@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
15 lines (14 loc) • 524 B
TypeScript
import { Component } from "../../core/components/index.types.js";
import { LoadingProps } from "./loading.js";
import "../../index.js";
//#region src/components/loading/rings.d.ts
interface RingsProps extends LoadingProps {}
/**
* `Loading` is a component displayed during waiting times, such as when data is being loaded.
*
* @see https://yamada-ui.com/docs/components/feedback/loading
*/
declare const Rings: Component<"svg", RingsProps>;
//#endregion
export { Rings, RingsProps };
//# sourceMappingURL=rings.d.ts.map