UNPKG

@yamada-ui/stepper

Version:

Yamada UI stepper component

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