CommonComponent<P>: ComponentType<P & {
    children?: ReactNode;
}>

Type Parameters

  • P = {}

Generated using TypeDoc