mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Added progress component
This commit is contained in:
26
lib/component/progress.ts
Normal file
26
lib/component/progress.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import DangerProgress from "./progress/DangerProgress";
|
||||
import DarkProgress from "./progress/DarkProgress";
|
||||
import InfoProgress from "./progress/InfoProgress";
|
||||
import LightProgress from "./progress/LightProgress";
|
||||
import MoltenProgress from "./progress/MoltenProgress";
|
||||
import PrimaryProgress from "./progress/PrimaryProgress";
|
||||
import Progress from "./progress/Progress";
|
||||
import SecondaryProgress from "./progress/SecondaryProgress";
|
||||
import SuccessProgress from "./progress/SuccessProgress";
|
||||
import TertiaryProgress from "./progress/TertiaryProgress";
|
||||
import WarningProgress from "./progress/WarningProgress";
|
||||
|
||||
|
||||
export {
|
||||
DangerProgress,
|
||||
DarkProgress,
|
||||
InfoProgress,
|
||||
LightProgress,
|
||||
MoltenProgress,
|
||||
PrimaryProgress,
|
||||
Progress,
|
||||
SecondaryProgress,
|
||||
SuccessProgress,
|
||||
TertiaryProgress,
|
||||
WarningProgress
|
||||
};
|
||||
Reference in New Issue
Block a user