merged libraries into one
This commit is contained in:
7
packages/lib/src/discord/jsd/createElement.ts
Normal file
7
packages/lib/src/discord/jsd/createElement.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export function createElement(tag: string, attrs: Record<string, any> = {}, ...children: any[]) {
|
||||
return {
|
||||
tag,
|
||||
attrs,
|
||||
children,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user