UNPKG

alinea

Version:
9 lines (8 loc) 300 B
import type { HTMLAttributes } from 'react'; type LoaderProps = { light?: boolean; absolute?: boolean; size?: number; } & HTMLAttributes<HTMLDivElement>; export declare function Loader({ light, absolute, size, ...props }: LoaderProps): import("react/jsx-runtime").JSX.Element; export {};