UNPKG
@kevincuadros/react-code
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
> Pin input component for React
github.com/cuadros-code/react-code
cuadros-code/react-code
@kevincuadros/react-code
/
dist
/
components
/
PinCode.d.ts
6 lines
(5 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FC
}
from
'react'
;
import
{
IPinCodeProps
}
from
'../interfaces/PinCode'
;
import
'../styles/InputValidator.css'
;
export
declare
const
PinCode
:
FC
<
IPinCodeProps
>;
export
default
PinCode
;