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

16 lines (15 loc) 479 B
import * as React from 'react'; type NotificationProps = { position: string; funcss?: string; animation?: string; duration?: number; children: React.ReactNode; state: boolean; width?: string; header?: React.ReactNode; content?: React.ReactNode; footer?: React.ReactNode; }; export default function Notification({ position, funcss, animation, duration, children, state, width, header, content, footer }: NotificationProps): any; export {};