UNPKG

vue-search-input

Version:

A Vue.js 3 search input component, inspired by the global search input of Storybook and GitHub.

3 lines (2 loc) 125 B
export declare const fieldType: readonly ["search", "text", "password"]; export type FieldType = (typeof fieldType)[number];