fui-fancyui
Version:
FancyUI Libary
18 lines (17 loc) • 428 B
TypeScript
import { StoryObj } from '@storybook/react';
import { default as ScrollableBar } from '../ScrollableBar';
declare const meta: {
component: typeof ScrollableBar;
title: string;
parameters: {
docs: {
description: {
component: string;
};
};
};
argTypes: {};
};
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Primary: Story;