UNPKG

rsuite

Version:

A suite of react components

4 lines (3 loc) 260 B
import { ComponentProps } from '../internals/utils'; export type ImageWrapperProps = ComponentProps; export declare const ImageWrapper: import("../internals/types").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>;