DefinitelyTyped/types/feather-icons/feather-icons-tests.ts
Jinesh Shah 73a7a2d99f Added feather-icons (#25509)
* added feather-icons

* added strictfunctiontypes

* added intercom-client
2018-05-03 08:28:43 -07:00

8 lines
275 B
TypeScript

import * as feather from "feather-icons";
feather.replace(); // $ExpectType void
feather.icons[""].toSvg(); // $ExpectType string
feather.icons[""].name; // $ExpectType string
feather.icons[""].contents; // $ExpectType string
feather.icons[""].tags; // $ExpectType string[]