UNPKG

hcmstorybook

Version:

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

9 lines (8 loc) 235 B
/// <reference types="react" /> /** * Basic Full screen loader component for user interaction */ export declare const FullScreenLoader: ({ alternate_text, img }: { alternate_text: string; img: any; }) => JSX.Element;