UNPKG

@guo514360255/element-lib

Version:

This template should help get you started developing with Vue 3 in Vite.

4 lines (3 loc) 116 B
export declare function useElementPlusTheme(color?: string): { changeTheme: (color?: string | null) => void; };