UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

4 lines (3 loc) 173 B
export declare const FIELD_STATUSES: readonly ["default", "danger"]; export type FieldStatus = (typeof FIELD_STATUSES)[number]; export type FieldSize = 'small' | 'default';