1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Lexical: Linked code block to editor, added button

This commit is contained in:
Dan Brown
2024-07-02 17:34:03 +01:00
parent 97f570a4ee
commit d0a5a5ef37
8 changed files with 128 additions and 25 deletions

View File

@ -1,4 +1,12 @@
declare module '*.svg' {
const content: string;
export default content;
}
declare global {
interface Window {
$components: {
first: (string) => Object,
}
}
}