@cbinsights/fds
Version:
Form: A design system by CB Insights
19 lines (18 loc) • 605 B
TypeScript
import React from 'react';
import { StackedButtonProps } from '.';
import { StoryObj } from '@storybook/react';
export declare const Primary: StoryObj<StackedButtonProps>;
export declare const IsActiveAndToggled: StoryObj<StackedButtonProps>;
export declare const Miscellaneous: StoryObj<StackedButtonProps>;
declare const _default: {
component: React.ForwardRefExoticComponent<StackedButtonProps & React.RefAttributes<unknown>>;
title: string;
parameters: {
docs: {
fds: {
attributes: string[];
};
};
};
};
export default _default;