mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
6817263123
* feat: allow editing CSS from settings --------- Co-authored-by: Carlos Valente <carlosvalente@pm.me> refactor: style tweaks
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
declare module 'prismjs/components/prism-core' {
|
|
export * from 'prismjs';
|
|
}
|
|
|
|
declare module 'prismjs/components/prism-css';
|