export interface ILoaderProps { /** * define a custom background color * @default transparent */ backgroundColor?: string; /** * pass custom styles to the Loader */ className?: string; /** * set a custom color for the spinner * @default 'blue-500' */ color?: string; /** * set a size in pixels for the loader * @default 16 */ size?: number; } //# sourceMappingURL=types.d.ts.map