UNPKG

zent

Version:

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

8 lines (7 loc) 204 B
/// <reference types="react" /> import { IInputCoreProps } from './types'; export declare const Password: { (props: IInputCoreProps): JSX.Element; displayName: string; }; export default Password;