UNPKG
uipack-input-tag-component
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
UI Input Tag component for React.js / Next.js to create tags in an input
uipack-input-tag-component
/
dist
/
components
/
intput.d.ts
8 lines
(7 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'./style.css'
;
import
*
as
React
from
'react'
;
type
propstype = {
data
:
Function
; };
declare
function
InputTag
(
props
: propstype
):
React
.
JSX
.
Element
;
export
{
InputTag
};