@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
9 lines (8 loc) • 616 B
TypeScript
import { CircleProgressLabel, CircleProgressLabelProps, CircleProgressPropsContext, CircleProgressRoot, CircleProgressRootProps, useCircleProgressPropsContext } from "./circle-progress.js";
//#region src/components/circle-progress/namespace.d.ts
declare namespace namespace_d_exports {
export { CircleProgressLabel as Label, CircleProgressLabelProps as LabelProps, CircleProgressPropsContext as PropsContext, CircleProgressRoot as Root, CircleProgressRootProps as RootProps, useCircleProgressPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map