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

12 lines (11 loc) 324 B
import * as React from 'react'; interface TipProps { tip: string; funcss?: string; children?: React.ReactNode; content?: React.ReactNode; animation?: string; duration?: number; } export default function Tip({ tip, funcss, children, content, animation, duration, ...rest }: TipProps): any; export {};