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

8 lines (7 loc) 209 B
import * as React from 'react'; interface ListItemProps { children?: React.ReactNode; funcss?: string; } export default function ListItem({ children, funcss, ...rest }: ListItemProps): any; export {};