UNPKG

ponchojs

Version:

Poncho

7 lines (6 loc) 239 B
import React from 'react'; declare type Props = React.PropsWithChildren<{ title: string; }>; export declare const Section: React.MemoExoticComponent<(props: Props) => import("@emotion/react/jsx-runtime").JSX.Element>; export {};