UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 290 B
import type { SFCWithInstall } from '../_util/interface'; import Input from './input.vue'; type InputType = SFCWithInstall<typeof Input>; export { inputProps } from './input.vue'; export type { InputProps } from './input.vue'; export declare const FInput: InputType; export default FInput;