@consumidor-positivo/ts-utils - v1.34.0
    Preparing search index...

    Type Alias ComponentWithConditionProps<P>

    ComponentWithConditionProps: P & PropsWithChildren<
        { condition: (() => BooleanLike)
        | BooleanLike },
    >

    Type Parameters

    • P = NonNullObject