Skip to content

Commit 3de00a4

Browse files
committed
Add missing code comment
1 parent 80fa965 commit 3de00a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type IconProp = string | string[] | JSX.Element;
1010
export type TextDirectionality = "LTR" | "RTL" | null;
1111

1212
export interface Control {
13+
// Identifier for this item.
1314
type?: string;
1415
// Describes the control in the editor UI, concisely.
1516
label?: string | null;

0 commit comments

Comments
 (0)