We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db4939 commit 03073b4Copy full SHA for 03073b4
src/core/index.d.ts
@@ -42,6 +42,8 @@ export class Themer {
42
getSurfaceColor(): string | Color;
43
setOnSurfaceColor(value: string | Color);
44
getOnSurfaceColor(): string | Color;
45
+ setOnPrimaryColor(value: string | Color);
46
+ getOnPrimaryColor(): string | Color;
47
createShape(key: string, options: ShapeProperties);
48
getShape(key: string): any;
49
}
0 commit comments