UNPKG

funuicss

Version:

React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting b

11 lines (10 loc) 308 B
interface FunLoaderProps { funcss?: string; size?: number; fixed?: boolean; backdrop?: boolean; color?: string; variant?: 'simple' | 'duotone' | "circle"; } export default function FunLoader({ funcss, size, fixed, backdrop, color, variant, ...rest }: FunLoaderProps): any; export {};