UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

8 lines (7 loc) 296 B
import { Meta, StoryObj } from '@storybook/react'; import { IconSearchGrid } from './IconSearchGrid'; declare const meta: Meta<typeof IconSearchGrid>; export default meta; type Story = StoryObj<typeof IconSearchGrid>; export declare const Default: Story; export declare const WithPopover: Story;