mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Merge pull request #2056 from wiredprairie/patch-5
Update colors.d.ts to work with TypeScript import
This commit is contained in:
4
colors/colors.d.ts
vendored
4
colors/colors.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user