UNPKG

@2e32/react-select

Version:
5 lines 290 B
/// <reference types="react" /> import type { ContainerProps } from '../types'; declare const Container: import("react").ForwardRefExoticComponent<Omit<ContainerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>; export default Container; //# sourceMappingURL=Container.d.ts.map