@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
14 lines (13 loc) • 533 B
TypeScript
/** @format */
import type { ValidationRule } from '../../form/Form';
import type { ComponentType } from './types/index';
/**
* @description: 生成placeholder
*/
export declare function createPlaceholderMessage(component: ComponentType): "" | "请选择" | "请输入";
export declare function setComponentRuleType(rule: ValidationRule, component: ComponentType): void;
export declare function handleInputNumberValue(component?: ComponentType, val?: any): any;
/**
* 时间字段
*/
export declare const dateItemType: string[];