UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

7 lines 199 B
interface BindingProps { point: number[]; type: string; } export declare function Binding({ point: [x, y], type }: BindingProps): JSX.Element; export {}; //# sourceMappingURL=Binding.d.ts.map