From 4405b25ca6844b27ecc18ec91e37470d283726d3 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 19 Feb 2019 14:45:03 -0500 Subject: improve the UI --- types/materialcolorize/index.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/materialcolorize/index.d.ts (limited to 'types/materialcolorize/index.d.ts') diff --git a/types/materialcolorize/index.d.ts b/types/materialcolorize/index.d.ts new file mode 100644 index 0000000..85d866c --- /dev/null +++ b/types/materialcolorize/index.d.ts @@ -0,0 +1,7 @@ +declare module 'materialcolorize' { + namespace materialcolorize { + function approximateColor(color: string): string; + function getColorFamily(color: string): {[key: string]: string}; + } + export = materialcolorize; +} -- cgit v1.2.3