Skip to content

Commit 36c4823

Browse files
committed
features lacks a type on Run.attributes
1 parent 3872d32 commit 36c4823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/textkit/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type Attributes = {
5151
characterSpacing?: number;
5252
color?: string;
5353
direction?: 'rtl' | 'ltr';
54-
features?: unknown[];
54+
features?: string[] | Record<string, number>;
5555
fill?: boolean;
5656
font?: Font[];
5757
fontSize?: number;

0 commit comments

Comments
 (0)