mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
22 lines
465 B
TypeScript
22 lines
465 B
TypeScript
import default_progress from "./default";
|
|
import indeterminated_progress from "./indeterminated";
|
|
import color from "./color";
|
|
import size from "./size";
|
|
import status from "./status";
|
|
import shadow from "./shadow";
|
|
import striped from "./striped";
|
|
import squared from "./squared";
|
|
import noAnimation from "./noAnimation";
|
|
|
|
export default {
|
|
default_progress,
|
|
indeterminated_progress,
|
|
color,
|
|
size,
|
|
status,
|
|
shadow,
|
|
striped,
|
|
squared,
|
|
noAnimation,
|
|
};
|