UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

10 lines (9 loc) 372 B
import React from 'react'; import { Meta, Story } from '@storybook/react/types-6-0'; import { TooltipProps } from './Tooltip.types'; declare const _default: Meta<import("@storybook/react/types-6-0").Args>; export default _default; export declare const playground: Story<TooltipProps & { children: React.ReactChild; }>; export declare const Placements: Story;