UNPKG
react-liff-v2
Version:
latest (0.7.2)
0.7.2
0.7.1
A react context provider for LIFF (LINE Front-end Framework)
github.com/epaew/react-liff
react-liff-v2
/
dist
/
index.d.ts
8 lines
(7 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Liff
}
from
'./types'
;
declare
global
{
interface
Window
{
liff
?:
Liff
; } }
export
*
from
'./Context'
;