import React from 'react'; import { Divider, type DividerProps } from '@chakra-ui/react'; const MyDivider = (props: DividerProps) => { const { h } = props; return ; }; export default MyDivider;