UNPKG
aui-select-box
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
``` npm i aui-select-box ```
github.com/vajraws/aui-select-pick-box
vajraws/aui-select-pick-box
aui-select-box
/
lib
/
list-filter.pipe.d.ts
6 lines
(5 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PipeTransform
}
from
"@angular/core"
;
import
{
ListItem
}
from
"./list-item.domain"
;
export
declare
class
ListFilterPipe
implements
PipeTransform
{
transform
(
list
:
ListItem
[],
filterText
:
string
):
any
; }