UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

9 lines 404 B
import * as React from 'react'; export interface DrawerMainProps extends React.HTMLProps<HTMLDivElement> { /** Additional classes added to the drawer main wrapper. */ className?: string; /** Content to be rendered in the drawer main wrapper*/ children?: React.ReactNode; } export declare const DrawerMain: React.FunctionComponent<DrawerMainProps>; //# sourceMappingURL=DrawerMain.d.ts.map