tldraw/packages/core/src/test/mockUtils.tsx
2021-08-14 17:17:29 +01:00

6 lines
153 B
TypeScript

import type { TLShapeUtils } from '+types'
import { Box, BoxShape } from './box'
export const mockUtils: TLShapeUtils<BoxShape> = {
box: new Box(),
}