Skip to content

Commit

Permalink
fix(types): export types for StrictBreadcrumbProps & StrictSelectProps
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Aug 9, 2021
1 parent ad83d82 commit b253fdd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export {
StrictPortalInnerProps,
} from './dist/commonjs/addons/Portal/PortalInner'
export { default as Radio, RadioProps, StrictRadioProps } from './dist/commonjs/addons/Radio'
export { default as Select, SelectProps } from './dist/commonjs/addons/Select'
export { default as Select, SelectProps, StrictSelectProps } from './dist/commonjs/addons/Select'
export {
default as TextArea,
TextAreaProps,
Expand All @@ -50,7 +50,11 @@ export {
} from './dist/commonjs/behaviors/Visibility'

// Collections
export { default as Breadcrumb, BreadcrumbProps } from './dist/commonjs/collections/Breadcrumb'
export {
default as Breadcrumb,
BreadcrumbProps,
StrictBreadcrumbProps,
} from './dist/commonjs/collections/Breadcrumb'
export {
default as BreadcrumbDivider,
BreadcrumbDividerProps,
Expand Down

0 comments on commit b253fdd

Please sign in to comment.