mirror of
https://github.com/darkings/Obsidian-MonokaiSyntax.git
synced 2026-07-22 04:40:26 +00:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
export const next: {
|
|
atrules: Record<string, { descriptors: Record<string, string> }>,
|
|
properties: Record<string, string>,
|
|
types: Record<string, string>,
|
|
}
|