UNPKG

@engie-group/fluid-design-system-angular

Version:
5 lines (4 loc) 182 B
/** * @deprecated This type is used for a deprecated `size` property. It will be removed in future releases. */ export type FormItemSize = 'small' | 'medium' | 'large' | 'xlarge';