UNPKG
tav-media
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
Cross platform media editing framework
tav-media
/
lib
/
libpag
/
src
/
pag-module.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
type
{
PAG
}
from
'./types'
;
export
declare
let
PAGModule
:
PAG
;
export
declare
const
setPAGModule
:
(
module
: PAG
) =>
void
;