UNPKG

zent

Version:

一套前端设计语言和基于React的实现

6 lines (5 loc) 274 B
/// <reference types="react" /> import { IInputCoreProps } from './types'; export declare const InputCore: import("react").ForwardRefExoticComponent<IInputCoreProps & { onClear: React.MouseEventHandler<HTMLElement>; } & import("react").RefAttributes<HTMLInputElement>>;