代码完成,初次提交

This commit is contained in:
kangkang520
2018-11-27 22:20:14 +08:00
commit 23d06f1e38
9 changed files with 372 additions and 0 deletions

2
typing/index.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
import { favicon, FavIcon, FaviconOption } from './favicon';
export { favicon, FavIcon, FaviconOption };