mirror of
https://github.com/RabbyHub/Rabby.git
synced 2026-01-14 04:18:03 -05:00
9 lines
137 B
TypeScript
9 lines
137 B
TypeScript
declare module 'csstype' {
|
|
interface Properties {
|
|
'--background'?: string;
|
|
[index: string]: any;
|
|
}
|
|
}
|
|
|
|
declare module '*.md';
|