UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

44 lines (43 loc) 1.04 kB
/// <reference types="react" /> declare const _default: { title: string; component: ({ width, height, alternate_text, img }: { width: any; height: any; alternate_text: any; img: any; }) => JSX.Element; argTypes: { width: { name: string; control: { type: string; }; defaultValue: string; }; height: { name: string; defaultValue: string; control: { type: string; }; }; alternate_text: { name: string; defaultValue: string; control: { type: string; }; }; img: { name: string; control: { type: string; options: any[]; }; defaultValue: any; }; }; }; export default _default; export declare const Data_Loader: any;