UNPKG

@builder.io/sdk-vue

Version:
44 lines (43 loc) 1.21 kB
import { isEditing } from "../../../functions/is-editing"; import { filterAttrs } from "../../helpers"; /** * This import is used by the Svelte SDK. Do not remove. */ export interface FormInputProps { type?: string; attributes?: any; name?: string; value?: string; placeholder?: string; defaultValue?: string; required?: boolean; } declare const _default: import("vue").DefineComponent<Readonly<{ name?: any; value?: any; attributes?: any; type?: any; defaultValue?: any; placeholder?: any; required?: any; }>, unknown, { isEditing: typeof isEditing; filterAttrs: typeof filterAttrs; }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{ name?: any; value?: any; attributes?: any; type?: any; defaultValue?: any; placeholder?: any; required?: any; }>>>, { readonly name?: any; readonly value?: any; readonly attributes?: any; readonly type?: any; readonly defaultValue?: any; readonly placeholder?: any; readonly required?: any; }, {}>; export default _default;