UNPKG

@appletosolutions/reactbits

Version:

A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.

10 lines 251 B
import React from "react"; interface FolderProps { color?: string; size?: number; items?: React.ReactNode[]; className?: string; } declare const Folder: React.FC<FolderProps>; export default Folder; //# sourceMappingURL=Folder.d.ts.map