export const vNodeSlot = { control: 'text', table: { category: 'slots', type: { summary: 'VNode' }, }, } export const booleanProp = { control: 'boolean', table: { category: 'props', type: { summary: 'boolean' }, defaultValue: { summary: 'false' }, }, }