3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
export { createRuntimeFallbackHook } from "./hook";
|
|
export type { RuntimeFallbackHook, RuntimeFallbackOptions } from "./types";
|