Skip to content

Commit 07b318a

Browse files
b-smetslayershifter
authored andcommitted
fix(typings): add missing StrictMenuProps type export (#3755)
1 parent ea950cb commit 07b318a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export {
140140
StrictGridRowProps,
141141
} from './dist/commonjs/collections/Grid/GridRow'
142142

143-
export { default as Menu, MenuProps } from './dist/commonjs/collections/Menu'
143+
export { default as Menu, MenuProps, StrictMenuProps } from './dist/commonjs/collections/Menu'
144144
export {
145145
default as MenuHeader,
146146
MenuHeaderProps,

0 commit comments

Comments
 (0)