repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-shared
/
index.ts
blob
6223e71bbcb2c477e4a70cea815eab74fe03cf6f
1
declare module 'csstype' {
2
// @ts-ignore
3
interface Properties<T> {
4
// allow css variables
5
[index: string]: unknown
6
}
7
}
8
9
export * from './lib'
10
export * from './components'
11
export * from './constants'