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
/
liff-stub.d.ts
7 lines
(6 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Liff
}
from
'./types'
;
declare
type
LiffStub
=
Liff
& { [key
in
Exclude
<
string
, keyof
Liff
>]:
any
; };
export
declare
const
liffStub
:
LiffStub
;
export
{};