UNPKG

loaders-ui

Version:

A fully functional & comprehensive suite of customizable and visually appealing loaders designed to enhance your web applications.

10 lines (9 loc) 174 B
export type LoaderTypes = { speed?: number; color?: string; className?: string; size?: number; }; export type AdditionLoaderTypes = { stroke?: string; };