UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

11 lines (10 loc) 371 B
import { i as Sizes } from "./Loader.constants-DVC_-Na_.js"; import { AllHTMLAttributes } from "react"; //#region src/components/Loader/Loader.types.d.ts interface LoaderProps extends Omit<AllHTMLAttributes<HTMLOrSVGElement>, 'size'> { label?: string; size?: `${Sizes}`; } //#endregion export { LoaderProps as t }; //# sourceMappingURL=Loader.types-u4yNjVJ_.d.ts.map