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

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