UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 209 B
import React from 'react'; /** * Renders a React element into a container element. * */ export declare function render(element: React.ReactElement<any>, container: HTMLElement): any; export default render;