UNPKG

@gitlab/ui

Version:
19 lines (17 loc) 334 B
import examples from './examples'; export default { followsDesignSystem: true, examples, events: [ { event: 'change', description: 'Emitted when the state changes', args: [ { arg: 'value', description: 'Whether the toggle is in the enabled', }, ], }, ], };