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

7 lines (6 loc) 210 B
import { HTMLProps } from 'react'; interface CloseModalProps extends HTMLProps<HTMLDivElement> { funcss?: string; } export default function CloseModal({ funcss, ...rest }: CloseModalProps): any; export {};