vue-material-you
Version:
Material design 3 UI framework for Vue 3
9 lines (8 loc) • 368 B
TypeScript
export declare function changeColor(color: string): void;
export declare function getColor(): string;
export declare const color: import("vue").WritableComputedRef<string>;
/**
* Initialize the color module and apply the theme to the body of the document
* @param color The color that our pallette will be based on
*/
export default function (color: string): void;