Type alias ConditionalProps

ConditionalProps: React.PropsWithChildren<{
    predicate: boolean;
}>

Generated using TypeDoc