UNPKG

@wix/design-system

Version:

@wix/design-system

21 lines 561 B
import React from 'react'; import type { Meta } from '@storybook/react'; import Box from './Box'; declare const _default: Meta<typeof Box>; export default _default; export declare const Base: { render(): React.JSX.Element; }; export declare const WithBorder: { render(): React.JSX.Element; }; export declare const WithPadding: { render(): React.JSX.Element; }; export declare const WithDirections: { render(): React.JSX.Element; }; export declare const WithAlignment: { render(): React.JSX.Element; }; //# sourceMappingURL=Box.story.d.ts.map