aboutsummaryrefslogtreecommitdiff
path: root/types/materialcolorize/index.d.ts
blob: 85d866c0064e2f742eea3ebc35f22682e5dae8fe (plain) (blame)
1
2
3
4
5
6
7
declare module 'materialcolorize' {
    namespace materialcolorize {
        function approximateColor(color: string): string;
        function getColorFamily(color: string): {[key: string]: string};
    }
    export = materialcolorize;
}