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

10 lines (9 loc) 282 B
import * as React from 'react'; interface UnAuthorizedProps { header?: React.ReactNode; code?: number; content?: React.ReactNode; action?: React.ReactNode; } export default function UnAuthorized({ header, code, content, action }: UnAuthorizedProps): any; export {};