UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 359 B
import type { SFCWithInstall } from '../_util/interface'; import InputNumber from './input-number.vue'; type InputNumberType = SFCWithInstall<typeof InputNumber>; export { inputNumberProps } from './input-number.vue'; export type { InputNumberProps } from './input-number.vue'; export declare const FInputNumber: InputNumberType; export default FInputNumber;