Type alias ISeparator

ISeparator: {
    divider?: boolean;
    id?: number;
    spacing?: SeparatorSpacingSize;
}

Type declaration

Generated using TypeDoc