Search

    Тип компонента поповера

    interface PopoverComponentType {
        new PopoverComponentType(
            props: PopoverProps,
            context?: any,
        ): Component<PopoverProps, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<PopoverProps>;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<PopoverProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<PopoverProps, any>;
        propTypes?: WeakValidationMap<PopoverProps>;
    }

    Hierarchy (View Summary, Expand)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps?: Partial<PopoverProps>
    displayName?: string
    getDerivedStateFromError?: GetDerivedStateFromError<PopoverProps, any>
    getDerivedStateFromProps?: GetDerivedStateFromProps<PopoverProps, any>
    MMNEPVFCICPMFPCPTTAAATR