Skip to content

Commit

Permalink
feat(HelpText): take reactnode instead of string (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnusrm authored Feb 24, 2023
1 parent 92a3a59 commit 2c1a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/HelpText/HelpText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export enum HelpTextSize {
}

export interface HelpTextProps extends ButtonHTMLAttributes<HTMLButtonElement> {
children: string;
children: React.ReactNode;
title: string;
size?: HelpTextSize;
placement?:
Expand Down

0 comments on commit 2c1a8df

Please sign in to comment.