UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

5 lines (4 loc) 177 B
import { MoneyInputProps } from './money-input'; export declare const useMoneyInput: (props: MoneyInputProps) => { modelValue: import('vue').WritableComputedRef<string>; };