Skip to content

Commit 03073b4

Browse files
committed
fix: typings fix
1 parent 6db4939 commit 03073b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export class Themer {
4242
getSurfaceColor(): string | Color;
4343
setOnSurfaceColor(value: string | Color);
4444
getOnSurfaceColor(): string | Color;
45+
setOnPrimaryColor(value: string | Color);
46+
getOnPrimaryColor(): string | Color;
4547
createShape(key: string, options: ShapeProperties);
4648
getShape(key: string): any;
4749
}

0 commit comments

Comments
 (0)