UNPKG

@yamada-ui/stepper

Version:

Yamada UI stepper component

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