UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

17 lines (16 loc) 293 B
const emptyFn = () => { }; const DefaultRadioGroupState = { value: void 0, setValue: emptyFn, disabled: false, setDisabled: emptyFn, errors: [], showErrors: false, setShowErrors: emptyFn, reset: emptyFn }; export { DefaultRadioGroupState }; //# sourceMappingURL=state.js.map