UNPKG

@appbuckets/react-ui

Version:
6 lines (5 loc) 227 B
import * as React from 'react'; import { Creatable } from '../generic'; import { PanelBodyProps } from './PanelBody.types'; declare const PanelBody: Creatable<React.FunctionComponent<PanelBodyProps>>; export default PanelBody;