interface ElementSchema {
    props?: ComponentProps<P>;
    type: IConstructorOf<Component<P>>;
}

Type Parameters

  • P extends object = any

Properties

Properties

props?: ComponentProps<P>
type: IConstructorOf<Component<P>>

Generated using TypeDoc