UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

5 lines (4 loc) 315 B
export declare type FormLayout = 'horizontal' | 'horizontal-inline' | 'vertical' | 'vertical-inline' | 'compact'; export declare type ControlLayout = 'vertical' | 'horizontal' | 'compact'; export declare type ControlStatus = 'neutral' | 'error' | 'success'; export declare type ControlWidth = 'shrink' | 'stretch';