Interface RawSeparatorComponent

interface RawSeparatorComponent {
    divider?: boolean;
    spacing?: SeparatorSpacingSize;
    type: SEPARATOR;
}

Hierarchy

Properties

divider?: boolean
type: SEPARATOR