4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export { HOOK_NAME } from "./hook-name";
|
|
export { createAtlasHook } from "./atlas-hook";
|
|
export type { AtlasHookOptions } from "./types";
|