Search
    Preparing search index...

    Тип компонента панели карточки

    interface CardPanelComponentType {
        new CardPanelComponentType(
            props: CardPanelProps,
            context?: any,
        ): Component<CardPanelProps, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<CardPanelProps>;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<CardPanelProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<CardPanelProps, any>;
        Grid: CardPanelGridComponentType;
        Group: CardPanelGroupComponentType;
        propTypes?: WeakValidationMap<CardPanelProps>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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