UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

8 lines 197 B
interface GridProps { size?: number | string; color?: string; speed?: number | string; } declare const Grid: React.FC<GridProps>; export default Grid; //# sourceMappingURL=Grid.d.ts.map