UNPKG

@aplus-frontend/ui

Version:

17 lines (16 loc) 932 B
import { ApFieldTextPasswordProps } from '../interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { FieldMode } from '..'; declare const _default: DefineComponent<ApFieldTextPasswordProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFieldTextPasswordProps> & Readonly<{}>, { type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password"; mode: FieldMode; visible: boolean; disabled: boolean; bordered: boolean; emptyText: string; lazy: boolean; allowClear: boolean; action: string; visibilityToggle: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;