mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at react-sdui 6 lines 123 B view raw
1export interface AppComNode { 2 type: string 3 key?: string 4 props?: Record<string, any> 5 children?: Array<AppComNode> 6}