mirror of
https://github.com/nix-community/noogle.git
synced 2024-12-18 06:22:11 +03:00
3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
|
export { PageContextProvider, PageContext, usePageContext} from "./pageContext";
|
||
|
|
||
|
export type { SetPageStateVariable } from "./pageContext";
|