Search
    Preparing search index...

    Тип компонента выбора с пагинацией

    interface SelectPaginatedComponentType<
        OPT extends SelectOption<any> = SelectOption,
    > {
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<SelectPaginatedProps<OPT>>;
        displayName?: string;
        propTypes?: WeakValidationMap<SelectPaginatedProps<OPT>>;
    }

    Type Parameters

    Index

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps?: Partial<SelectPaginatedProps<OPT>>
    displayName?: string