UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

10 lines (9 loc) 429 B
import { Component } from "../../core/components/index.types.js"; import "../../core/index.js"; import { SkeletonProps } from "./skeleton.js"; //#region src/components/skeleton/skeleton-circle.d.ts interface SkeletonCircleProps extends SkeletonProps {} declare const SkeletonCircle: Component<"div", SkeletonCircleProps>; //#endregion export { SkeletonCircle, SkeletonCircleProps }; //# sourceMappingURL=skeleton-circle.d.ts.map