UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 285 B
import { WithInstallType } from '../shared'; import _Input from './input'; import './style'; import { TdInputProps } from './type'; export * from './type'; export declare type InputProps = TdInputProps; export declare const Input: WithInstallType<typeof _Input>; export default Input;