UNPKG

@yamada-ui/stepper

Version:

Yamada UI stepper component

9 lines (6 loc) 288 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; interface StepSeparatorProps extends HTMLUIProps { } declare const StepSeparator: _yamada_ui_core.Component<"div", StepSeparatorProps>; export { StepSeparator, type StepSeparatorProps };