UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

8 lines (7 loc) 184 B
import React from 'react'; import type { FC } from 'react'; interface PageProps { title: string; } declare const Page: FC<React.PropsWithChildren<PageProps>>; export default Page;