Юниверс DG SDK UI
v2.15.0

Интерфейс DividerComponentType

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

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>;
}

Иерархия (Просмотр сводки)

Индекс

Конструкторы

Свойства

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

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

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