UNPKG

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