@payfit/unity-components
Version:
14 lines (13 loc) • 737 B
TypeScript
import { ReactNode } from 'react';
export declare const fullPageLoader: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:w-full uy:h-screen uy:flex uy:place-items-center uy:justify-center", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:w-full uy:h-screen uy:flex uy:place-items-center uy:justify-center", unknown, unknown, undefined>>;
export type FullPageLoaderProps = {
label?: ReactNode;
};
/**
* The `FullPageLoader` component should used to inform the user that the entire page content is loading
*/
declare const FullPageLoader: {
({ label }: FullPageLoaderProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export { FullPageLoader };