1 2 3 4 5 6 7
export interface CLabelProps { label?: string labelFor?: string labelPosition?: 'top' | 'left' labelWidth?: string labelAlign?: 'left' | 'right' | 'center' }