@gitlab/ui
Version:
GitLab UI Components
17 lines (14 loc) • 345 B
JavaScript
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;