Merge pull request #2056 from wiredprairie/patch-5

Update colors.d.ts to work with TypeScript import
This commit is contained in:
Bart van der Schoor
2014-04-20 21:47:59 +02:00

4
colors/colors.d.ts vendored
View File

@@ -3,6 +3,10 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "colors" {
export function setTheme(theme:any):any;
}
interface String {
bold:string;
italic:string;