From c7efbd708109dc0b28b7a809a43fa565ab3dae1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Tue, 23 Apr 2024 12:25:32 +0200 Subject: [PATCH] Fix api? --- packages/tldraw/api-report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/tldraw/api-report.md b/packages/tldraw/api-report.md index 2e8b3fb6f..670868d44 100644 --- a/packages/tldraw/api-report.md +++ b/packages/tldraw/api-report.md @@ -409,7 +409,7 @@ export const DefaultQuickActions: NamedExoticComponent; export function DefaultQuickActionsContent(): JSX_2.Element | undefined; // @public (undocumented) -export const defaultShapeTools: (typeof ArrowShapeTool | typeof FrameShapeTool | typeof GeoShapeTool | typeof HighlightShapeTool | typeof LineShapeTool | typeof NoteShapeTool | typeof TextShapeTool)[]; +export const defaultShapeTools: (typeof ArrowShapeTool | typeof DrawShapeTool | typeof FrameShapeTool | typeof GeoShapeTool | typeof LineShapeTool | typeof NoteShapeTool | typeof TextShapeTool)[]; // @public (undocumented) export const defaultShapeUtils: TLAnyShapeUtilConstructor[]; @@ -455,7 +455,7 @@ export function downsizeImage(blob: Blob, width: number, height: number, opts?: // @public (undocumented) export class DrawShapeTool extends StateNode { // (undocumented) - static children: () => (typeof Drawing | typeof Idle_3)[]; + static children: () => (typeof Drawing | typeof Idle_2)[]; // (undocumented) static id: string; // (undocumented) @@ -678,7 +678,7 @@ export function FrameToolbarItem(): JSX_2.Element; // @public (undocumented) export class GeoShapeTool extends StateNode { // (undocumented) - static children: () => (typeof Idle_2 | typeof Pointing_2)[]; + static children: () => (typeof Idle_3 | typeof Pointing_2)[]; // (undocumented) static id: string; // (undocumented) @@ -875,7 +875,7 @@ export function HexagonToolbarItem(): JSX_2.Element; // @public (undocumented) export class HighlightShapeTool extends StateNode { // (undocumented) - static children: () => (typeof Drawing | typeof Idle_3)[]; + static children: () => (typeof Drawing | typeof Idle_2)[]; // (undocumented) static id: string; // (undocumented)