UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 204 B
import { RsRefForwardingComponent, WithAsProps } from '../@types/common'; export declare type ViewProps = WithAsProps; declare const View: RsRefForwardingComponent<'div', ViewProps>; export default View;