UNPKG

libpag

Version:
5 lines (4 loc) 175 B
import type { PAG } from './types'; export declare let PAGModule: PAG; export declare const setPAGModule: (module: PAG) => void; export declare const getPAGModule: () => PAG;