Skip to content

Commit

Permalink
Add missing code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 22, 2024
1 parent 80fa965 commit 3de00a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type IconProp = string | string[] | JSX.Element;
export type TextDirectionality = "LTR" | "RTL" | null;

export interface Control {
// Identifier for this item.
type?: string;
// Describes the control in the editor UI, concisely.
label?: string | null;
Expand Down

0 comments on commit 3de00a4

Please sign in to comment.