Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-shared / index.ts
blob6223e71bbcb2c477e4a70cea815eab74fe03cf6f
1 declare module 'csstype' {
2   // @ts-ignore
3   interface Properties<T> {
4     // allow css variables
5     [index: string]: unknown
6   }
9 export * from './lib'
10 export * from './components'
11 export * from './constants'