Pacote
    Preparing search index...

    Type Alias ExternalProps<C, P, I>

    ExternalProps: Omit<ComponentPropsWithoutRef<C>, keyof P> & I

    Type Parameters

    • C extends ElementType
    • P extends object
    • I extends object = object