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