@yamada-ui/loading
Version:
Yamada UI loading components
15 lines (12 loc) • 352 B
text/typescript
import * as _yamada_ui_core from '@yamada-ui/core';
import { IconProps } from '@yamada-ui/icon';
interface RingsProps extends IconProps {
/**
* The CSS `dur` property.
*
* @default '3s'
*/
duration?: IconProps["dur"];
}
declare const Rings: _yamada_ui_core.Component<"svg", RingsProps>;
export { Rings, type RingsProps };