UNPKG

@itsjonq/controls

Version:

A control panel to develop React UI

10 lines 354 B
/** * This file contains the collection of Field components that render * corresponding to the field objects. These field objects are added * to the internal store via the knobs supplied by the useControls() * hook. * * For example, a text() knob would render a TextField component within * the <Controls /> component. */ export * from './Field';