UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

3 lines 337 B
import type { IShapeTreeNode, TLAssets, TLBinding, TLPage, TLPageState, TLShape } from '../types'; export declare function useShapeTree<T extends TLShape, M extends Record<string, unknown>>(page: TLPage<T, TLBinding>, pageState: TLPageState, assets: TLAssets, meta?: M): IShapeTreeNode<T, M>[]; //# sourceMappingURL=useShapeTree.d.ts.map