Update import/exports to be more tree-shake friendly
This commit is contained in:
12
lib/component/progress/index.ts
Normal file
12
lib/component/progress/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export { default as DangerProgress } from "./DangerProgress";
|
||||
export { default as DarkProgress } from "./DarkProgress";
|
||||
export { default as InfoProgress } from "./InfoProgress";
|
||||
export { default as LightProgress } from "./LightProgress";
|
||||
export { default as MoltenProgress } from "./MoltenProgress";
|
||||
export { default as PrimaryProgress } from "./PrimaryProgress";
|
||||
export { default as Progress } from "./Progress";
|
||||
export { default as SecondaryProgress } from "./SecondaryProgress";
|
||||
export { default as SuccessProgress } from "./SuccessProgress";
|
||||
export { default as TertiaryProgress } from "./TertiaryProgress";
|
||||
export { default as WarningProgress } from "./WarningProgress";
|
||||
|
||||
Reference in New Issue
Block a user