UNPKG

nice-ui

Version:

React design system, components, and utilities

9 lines (8 loc) 214 B
import * as React from 'react'; export interface Props { hackFooterLocation?: boolean; withSubNav?: boolean; title?: string; children: React.ReactNode; } export declare const Page: React.FC<Props>;