Types!
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
e45b1a1e41
commit
34f3e62f72
3 changed files with 13 additions and 5 deletions
2
src/@types/svg.d.ts
vendored
2
src/@types/svg.d.ts
vendored
|
@ -15,6 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
declare module "*.svg" {
|
||||
const content: any;
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue