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