@lapidist/components
Version:
Lapidist components
18 lines (17 loc) • 1.02 kB
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { BaseProps } from '../types';
import { default as Box, BoxProps } from './index';
declare const _default: Meta<typeof Box>;
export default _default;
export declare const NoGutter: StoryObj<BaseProps & BoxProps>;
export declare const SmallGutter: StoryObj<BaseProps & BoxProps>;
export declare const MediumGutter: StoryObj<BaseProps & BoxProps>;
export declare const LargeGutter: StoryObj<BaseProps & BoxProps>;
export declare const NoElevation: StoryObj<BaseProps & BoxProps>;
export declare const SmallElevation: StoryObj<BaseProps & BoxProps>;
export declare const MediumElevation: StoryObj<BaseProps & BoxProps>;
export declare const LargeElevation: StoryObj<BaseProps & BoxProps>;
export declare const NoRoundness: StoryObj<BaseProps & BoxProps>;
export declare const SmallRoundness: StoryObj<BaseProps & BoxProps>;
export declare const MediumRoundness: StoryObj<BaseProps & BoxProps>;
export declare const LargeRoundness: StoryObj<BaseProps & BoxProps>;