UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

9 lines (8 loc) 295 B
import { 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 {};