import { StoryFn, Meta } from '@storybook/vue3' import { ref } from 'vue' import VueSlider from '../../../lib' export default { title: 'props/zoom', parameters: { docs: { description: { component: ` - **Type**:\`number\` - **Default**:\`undefined\` - **Usage**: If the slider is using CSS3 scale transform to scale or is in a scaled container, this parameter needs to be set to correct the calculation within the component. \`\`\`html