-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lab] Build and export fixes (#12233)
* [lab] Ship es/ files to npm. * [lab] Export Slider and ToggleButton from entry points.
- Loading branch information
1 parent
c9ca71d
commit 267beda
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
export { default as Slider } from './Slider'; | ||
export { default as SpeedDial } from './SpeedDial'; | ||
export { default as SpeedDialAction } from './SpeedDialAction'; | ||
export { default as SpeedDialIcon } from './SpeedDialIcon'; | ||
export { default as ToggleButton } from './ToggleButton/ToggleButton'; | ||
export { default as ToggleButtonGroup } from './ToggleButton/ToggleButtonGroup'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export { default as Slider } from './Slider'; | ||
export { default as SpeedDial } from './SpeedDial'; | ||
export { default as SpeedDialAction } from './SpeedDialAction'; | ||
export { default as SpeedDialIcon } from './SpeedDialIcon'; | ||
|
||
export { default as ToggleButton } from './ToggleButton/ToggleButton'; | ||
export { default as ToggleButtonGroup } from './ToggleButton/ToggleButtonGroup'; |