eldav1d-marvel-ui
Version:
UI library for (and from) Playing with Marvel API
10 lines • 319 B
TypeScript
export interface ILoaderProps {
/**
* The label for loading state accessibility
* @param {string} loadingLabel
*/
loadingLabel: string;
}
declare const Loader: ({ loadingLabel }: ILoaderProps) => import("react/jsx-runtime").JSX.Element;
export default Loader;
//# sourceMappingURL=Loader.d.ts.map