1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

chore: added typings (#157)

This commit is contained in:
Thomas Klein
2019-10-04 14:56:20 +02:00
committed by Priscila Oliveira
parent f84fd79c5b
commit 61a400fbd8
7 changed files with 37 additions and 9 deletions

5
types/custom.d.ts vendored
View File

@@ -5,3 +5,8 @@ declare module '*.svg' {
}
declare module '*.png';
declare module 'localstorage-memory' {
const memoryStorage: Storage;
export default memoryStorage;
}