7 lines
184 B
TypeScript
7 lines
184 B
TypeScript
import { U as UpdatePageview } from '../typings-BHfwgMJs.js';
|
|
|
|
declare const isSupported = true;
|
|
declare const usePageview: () => UpdatePageview;
|
|
|
|
export { isSupported, usePageview };
|