Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 189 Bytes

[DRAFT]-[2.0]-Control.md

File metadata and controls

9 lines (8 loc) · 189 Bytes
import checkboxControl from '@/components/Controls/CheckboxControl';

modV.use('control', {
  name: 'CheckboxControl',
  component: checkboxControl,
  types: ['bool'],
});