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