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

9 lines (8 loc) 259 B
import * as React from 'react'; type HrProps = { children: React.ReactNode; funcss?: string; style?: object; }; declare const FullCenteredPage: ({ children, funcss, style, ...rest }: HrProps) => React.JSX.Element; export default FullCenteredPage;