File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export {
2626 StrictPortalInnerProps ,
2727} from './dist/commonjs/addons/Portal/PortalInner'
2828export { default as Radio , RadioProps , StrictRadioProps } from './dist/commonjs/addons/Radio'
29- export { default as Select , SelectProps } from './dist/commonjs/addons/Select'
29+ export { default as Select , SelectProps , StrictSelectProps } from './dist/commonjs/addons/Select'
3030export {
3131 default as TextArea ,
3232 TextAreaProps ,
@@ -50,7 +50,11 @@ export {
5050} from './dist/commonjs/behaviors/Visibility'
5151
5252// Collections
53- export { default as Breadcrumb , BreadcrumbProps } from './dist/commonjs/collections/Breadcrumb'
53+ export {
54+ default as Breadcrumb ,
55+ BreadcrumbProps ,
56+ StrictBreadcrumbProps ,
57+ } from './dist/commonjs/collections/Breadcrumb'
5458export {
5559 default as BreadcrumbDivider ,
5660 BreadcrumbDividerProps ,
You can’t perform that action at this time.
0 commit comments