Delete unnecessary typing from the website

This commit is contained in:
Dan Abramov
2017-10-19 00:45:48 +01:00
committed by GitHub
parent d9c1dbd617
commit 338036fa50

View File

@@ -1,3 +0,0 @@
declare module 'hex2rgba' {
declare module.exports: (hex : string, alpha? : number) => string;
}