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) • 344 B
TypeScript
import { ReactNode } from 'react';
interface IconicInputProps {
funcss?: string;
children?: ReactNode;
input?: ReactNode;
iconicBg?: string;
leftIcon?: ReactNode;
rightIcon?: ReactNode;
}
export default function IconicInput({ funcss, children, leftIcon, rightIcon, input, iconicBg, }: IconicInputProps): any;
export {};