We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8ff93 commit 798f723Copy full SHA for 798f723
src/types/modify-types.ts
@@ -6,7 +6,7 @@ export type ModifyCollectionCallback = {
6
};
7
export type Modification = {
8
index?: number;
9
- collection?: ModifyCollectionCallback | ModifyCollectionCallback;
+ collection?: ModifyCollectionCallback;
10
children?: ModificationTags;
11
modify?: ModifyCallback | ModifyCallback[];
12
isRequired?: boolean;
@@ -18,6 +18,7 @@ export type Color = {
18
type?: 'schemeClr' | 'srgbClr';
19
value: string;
20
21
+
22
export type TextStyle = {
23
size?: number;
24
color?: Color;
0 commit comments