Skip to content

Commit

Permalink
Remove unnecessary className type
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 1, 2022
1 parent 03af77e commit 46f4d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/base-control/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ export type BaseControlProps = {
};

export type BaseControlVisualLabelProps = {
className?: string;
children: ReactNode;
};

0 comments on commit 46f4d9e

Please sign in to comment.