mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 05:49:07 +00:00
Display friends and groups
This commit is contained in:
3
assets/custom_ts/Utils.d.ts
vendored
3
assets/custom_ts/Utils.d.ts
vendored
@@ -14,6 +14,7 @@ declare interface CreateElem2Args {
|
||||
title ?: string,
|
||||
src ?: string,
|
||||
href ?: string,
|
||||
internalHref ?: string,
|
||||
name ?: string,
|
||||
elemType ?: string,
|
||||
value ?: string,
|
||||
@@ -22,6 +23,8 @@ declare interface CreateElem2Args {
|
||||
innerLang ?: string,
|
||||
innerHTMLprefix ?: string,
|
||||
disabled ?: boolean,
|
||||
children ?: HTMLElement[],
|
||||
onclick ?: Function
|
||||
}
|
||||
|
||||
declare function createElem(nodeType : string, appendTo : string) : HTMLElement;
|
||||
|
Reference in New Issue
Block a user