summit-kit
Version:
A React component library for building modern web applications with an earthy and outdoorsy flair.
8 lines (7 loc) • 295 B
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { Icon } from './index.tsx';
declare const meta: Meta<typeof Icon>;
export default meta;
export declare const Default: StoryObj<typeof Icon>;
export declare const Large: StoryObj<typeof Icon>;
export declare const IconGallery: StoryObj;