UNPKG
tea-material-pro-table
Version:
latest (1.0.1-beta.3)
1.0.1-beta.3
0.0.5
0.0.2
0.0.1
Tea ProTable
tea-material-pro-table
/
lib
/
TagSearchbox.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
import
{
TagSearchBoxOperation
}
from
'./types'
;
export
declare
function
TagSearchbox
(
{ width, ...props }: TagSearchBoxOperation
):
JSX
.
Element
;