nope/resources/ui/dynamic/interfaces/IDynamicRenderSettings.ts
2020-10-29 19:20:42 +01:00

4 lines
105 B
TypeScript

export interface IDynamicRenderSettings{
component: string | any,
props: {[index: string]: any}
}