aboutsummaryrefslogtreecommitdiff
path: root/src/ui/c-label/c-label.types.ts
blob: f82ba0f39e03fd55c64e1d181083fadb4ae4f164 (plain) (blame)
1
2
3
4
5
6
7
export interface CLabelProps {
  label?: string
  labelFor?: string
  labelPosition?: 'top' | 'left'
  labelWidth?: string
  labelAlign?: 'left' | 'right' | 'center'
}