UNPKG

@gitlab/ui

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