UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

20 lines (19 loc) 1.04 kB
import { LoadingMethod, LoadingScheme } from "../../core/system/index.types.js"; import "../../core/index.js"; import { LoadingProps } from "./loading.js"; import { LoadingOptions } from "./loading-provider.js"; import { Audio, AudioProps } from "./audio.js"; import { Circles, CirclesProps } from "./circles.js"; import { Dots, DotsProps } from "./dots.js"; import { Grid, GridProps } from "./grid.js"; import { Oval, OvalProps } from "./oval.js"; import { Puff, PuffProps } from "./puff.js"; import { Rings, RingsProps } from "./rings.js"; import { Suspense, SuspenseProps } from "./suspense.js"; //#region src/components/loading/namespace.d.ts declare namespace namespace_d_exports { export { Audio, AudioProps, Circles, CirclesProps, Dots, DotsProps, Grid, GridProps, LoadingMethod as Method, LoadingOptions as Options, Oval, OvalProps, LoadingProps as Props, Puff, PuffProps, Rings, RingsProps, LoadingScheme as Scheme, Suspense, SuspenseProps }; } //#endregion export { namespace_d_exports }; //# sourceMappingURL=namespace.d.ts.map