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

15 lines (14 loc) 416 B
import * as React from 'react'; interface ListProps { children?: React.ReactNode; funcss?: string; dark?: boolean; light?: boolean; stripped?: boolean; bordered?: boolean; hoverable?: boolean; roundItems?: boolean; gap?: number; } export default function List({ children, funcss, dark, light, stripped, bordered, hoverable, roundItems, gap, ...rest }: ListProps): any; export {};