UNPKG

hcmstorybook

Version:

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

27 lines (26 loc) 631 B
/// <reference types="react" /> declare const _default: { title: string; component: ({ alternate_text, img }: { alternate_text: string; img: any; }) => JSX.Element; argTypes: { img: { name: string; control: { type: string; }; defaultValue: any; }; alternate_text: { name: string; defaultValue: string; control: { type: string; }; }; }; }; export default _default; export declare const FullScreen_Loader: any;