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