UNPKG

vue-search-input

Version:

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

4 lines (2 loc) 117 B
export const fieldType = ['search', 'text', 'password'] as const export type FieldType = (typeof fieldType)[number]