@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/grid.d.ts
interface GridProps 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 Grid: Component<"svg", GridProps>;
//#endregion
export { Grid, GridProps };
//# sourceMappingURL=grid.d.ts.map