UNPKG

@scania/tegel

Version:
8 lines (7 loc) 295 B
export declare class Divider { /** Orientation of the Divider, horizontal if not specified. */ orientation: 'horizontal' | 'vertical'; /** Variant of the Divider, subtle if not specified. */ variant: 'discrete' | 'subtle' | 'soft' | 'defined' | 'dark-blue'; render(): any; }