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
12 lines (11 loc) • 354 B
TypeScript
import * as React from 'react';
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): React.JSX.Element;
export {};