UNPKG

rsuite

Version:

A suite of react components

9 lines (8 loc) 384 B
import { ComponentProps } from '../utils/createComponent'; export declare type ContentProps = ComponentProps; /** * For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" * be added to the <main> element to ensure it is accessible */ declare const Content: import("../@types/common").RsRefForwardingComponent<"div", ComponentProps>; export default Content;