liber-salti
Version:
Saltí - Liber Design System
20 lines (19 loc) • 522 B
TypeScript
/// <reference types="react" />
import { Meta } from '@storybook/react/types-6-0';
declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
export default _default;
export declare const WithLetter: any;
export declare const WithIcon: any;
export declare const WithImage: any;
export declare const WithBadge: {
(args: any): JSX.Element;
argTypes: {
children: {
control: string;
};
};
args: {
src: string;
alt: string;
};
};