UNPKG

@snowball-tech/fractal

Version:

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

11 lines (10 loc) 343 B
import { Sizes } from "./Loader.constants.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 }; //# sourceMappingURL=Loader.types.d.ts.map