UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 275 B
/// <reference types="react" /> import type { CnInputProps, CnInputRef } from './types'; declare const CnInput: import("react").ForwardRefExoticComponent<CnInputProps & import("react").RefAttributes<CnInputRef>>; export { CnInput }; export type { CnInputProps, CnInputRef };