9 lines
300 B
TypeScript
9 lines
300 B
TypeScript
import * as _chakra_ui_system from '@chakra-ui/system';
|
|
import { HTMLChakraProps } from '@chakra-ui/system';
|
|
|
|
interface StepDescriptionProps extends HTMLChakraProps<"p"> {
|
|
}
|
|
declare const StepDescription: _chakra_ui_system.ComponentWithAs<"p", {}>;
|
|
|
|
export { StepDescription, StepDescriptionProps };
|