UNPKG

elfen-component-page

Version:

elfen component page, include Page/PageHeader/PageBody/PageFooter

4 lines (3 loc) 126 B
/// <reference types="react" /> import { Props } from './types'; export default function PageBody(props: Props): JSX.Element;