UNPKG

@ucloud-fe/react-components

Version:
9 lines (8 loc) 270 B
import React from 'react'; import { GroupContext } from '../../hooks/group'; import LOCALE from './locale/zh_CN'; declare const MenuContext: React.Context<GroupContext & { locale: typeof LOCALE; selectStyle?: boolean | undefined; }>; export default MenuContext;