@donverduyn/react-runtime
Version:
effect-ts react integration
9 lines (8 loc) • 388 B
TypeScript
export { TreeFrameContext } from './hooks/useTreeFrameContext';
export { createTreeFrame, type TreeFrameParentNode, } from './factories/TreeFrame';
export declare const useTreeFrame: () => import("./factories/TreeFrame").TreeFrame & {
useSalt: (ComponentId: import("../../types").ComponentId, dbg?: {
userId?: string;
familyLabel?: string;
}) => number | null;
};