@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) • 538 B
TypeScript
import { Component } from "../../core/components/index.types.js";
import { LoadingProps } from "./loading.js";
import "../../index.js";
//#region src/components/loading/circles.d.ts
interface CirclesProps 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 Circles: Component<"svg", CirclesProps>;
//#endregion
export { Circles, CirclesProps };
//# sourceMappingURL=circles.d.ts.map