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:
8
resources/js/global.d.ts
vendored
8
resources/js/global.d.ts
vendored
@ -1,4 +1,12 @@
|
||||
declare module '*.svg' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
$components: {
|
||||
first: (string) => Object,
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user