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