UNPKG
@inaccess-fang/ui-components
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.2
1.0.1
1.0.0
0.0.1
The Inaccess UI Components Library for the Front-end projects
@inaccess-fang/ui-components
/
lib
/
components
/
search-field
/
fang-search.component.model.d.ts
6 lines
(5 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
FangSearchFieldConfig
{
placeholder
?:
string
;
searchBy
?:
string
;
hasAutocomplete
?:
boolean
; }