UNPKG

uniforms-unstyled

Version:
8 lines 201 B
/** Option type used in SelectField or RadioField */ export type Option<Value> = { disabled?: boolean; label?: string; key?: string; value: Value; }; //# sourceMappingURL=types.d.ts.map