mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
import usage from "./usage";
|
|
import standalone from "./standalone";
|
|
import loaded from "./loaded";
|
|
|
|
export const skeletonContent = {
|
|
usage,
|
|
standalone,
|
|
loaded,
|
|
};
|