Search
    Preparing search index...

    Тип компонента разделителя

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps: DividerProps

    Свойства по умолчанию для Divider.

    displayName?: string
    getDerivedStateFromError?: GetDerivedStateFromError<DividerProps, any>
    getDerivedStateFromProps?: GetDerivedStateFromProps<DividerProps, any>