Search
    Preparing search index...

    Тип компонента выдвижной панели

    interface DrawerComponentType {
        new DrawerComponentType(
            props: DrawerProps,
            context?: any,
        ): Component<DrawerProps, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps: DrawerDefaultProps;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<DrawerProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<DrawerProps, any>;
        HeaderTitle: HeaderTitleComponentType;
        propTypes?: WeakValidationMap<DrawerProps>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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