Skip to content

Commit

Permalink
alt table
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroldi committed Dec 11, 2024
1 parent 1abe6b2 commit 592df5f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { AriaDescribedByFormat } from 'roosterjs/lib';
import { TitleFormat } from './formatParts/TitleFormat';

Check failure on line 1 in packages/roosterjs-content-model-types/lib/contentModel/format/ContentModelTableFormat.ts

View workflow job for this annotation

GitHub Actions / build

All imports in the declaration are only used as types. Use `import type`
import type { BorderBoxFormat } from './formatParts/BorderBoxFormat';
import type { BorderFormat } from './formatParts/BorderFormat';
Expand All @@ -22,5 +21,4 @@ export type ContentModelTableFormat = ContentModelBlockFormat &
DisplayFormat &
TableLayoutFormat &
SizeFormat &
TitleFormat &
AriaDescribedByFormat;
TitleFormat;

0 comments on commit 592df5f

Please sign in to comment.