nope/resources/ui/dynamic/interfaces/IDynamicRenderSettings.ts

4 lines
105 B
TypeScript
Raw Normal View History

2020-10-29 18:20:42 +00:00
export interface IDynamicRenderSettings{
component: string | any,
props: {[index: string]: any}
}