UNPKG
emv
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
EMV / Chip and PIN CLI and library for PC/SC card readers
github.com/tomkp/emv
tomkp/emv
emv
/
dist
/
interactive
/
components
/
StatusBar.d.ts
8 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
interface
StatusBarProps
{
message
:
string
;
type
?:
'info'
|
'success'
|
'warning'
|
'error'
; }
export
declare
function
StatusBar
(
{ message,
type
}:
StatusBarProps
):
React
.
JSX
.
Element
;
export
{};
//# sourceMappingURL=StatusBar.d.ts.map