nutui-taro-upgrade
Version:
@nutui/nutui-taro 对京东风格组件库的taro4 版本支持
8 lines (7 loc) • 353 B
TypeScript
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
import type { InputType } from './types';
export declare function formatNumber(value: string, allowDot?: boolean, allowMinus?: boolean): string;
export declare function mapInputType(type: InputType): {
type: InputHTMLAttributes['type'];
inputmode?: HTMLAttributes['inputmode'];
};