@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
8 lines (7 loc) • 321 B
TypeScript
import { Meta, Story } from '@storybook/react';
import { PortalProps } from '..';
declare const _default: Meta<PortalProps>;
export default _default;
export declare const Usage: Story<PortalProps>;
export declare const ContentRerender: Story<PortalProps>;
export declare const MultiplePortals: Story<PortalProps>;