Skip to content

Commit 0dd89bf

Browse files
committed
fix: menu typing
1 parent 6fa9993 commit 0dd89bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/composites/Menu/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export interface IMenuItemProps extends IPressableProps {
9595
/**
9696
* Props to be passed to Text
9797
*/
98-
_text?: ITextProps;
98+
_text?: Partial<ITextProps>;
9999
/**
100100
* This value will be available for the typeahead menu feature
101101
*/

0 commit comments

Comments
 (0)