You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
321 B
9 lines
321 B
11 months ago
|
import type { MenuProps } from './menu';
|
||
|
export declare const useMenuCssVar: (props: MenuProps) => import("vue").ComputedRef<{
|
||
|
'--el-menu-text-color': string;
|
||
|
'--el-menu-hover-text-color': string;
|
||
|
'--el-menu-bg-color': string;
|
||
|
'--el-menu-hover-bg-color': string;
|
||
|
'--el-menu-active-color': string;
|
||
|
}>;
|