@cbinsights/fds
Version:
Form: A design system by CB Insights
11 lines (10 loc) • 405 B
TypeScript
import React from 'react';
import { StoryObj } from '@storybook/react';
import { TooltipProps } from 'components/Tooltip';
export declare const Primary: StoryObj<TooltipProps>;
export declare const MaxWidth: StoryObj<TooltipProps>;
declare const _default: {
component: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
title: string;
};
export default _default;