Type Alias Component<T>

Component<T>: {
    [ELEMENT]?: Runtime;
    (props: T): any;
}

Type Parameters

  • T