robust-react-ui
Version:
A React component library, built with a focus on accessibility, extensibility and reusability.
11 lines (10 loc) • 493 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { IImageProps } from './Image.types';
declare const _default: Meta<IImageProps>;
export default _default;
export declare const Basic: Story<IImageProps>;
export declare const ScalingUnrestricted: Story<IImageProps>;
export declare const ScalingRestricted: Story<IImageProps>;
export declare const Bordered: Story<IImageProps>;
export declare const Blurred: Story<IImageProps>;
export declare const Circular: Story<IImageProps>;