]>
BookStack Code Mirror - bookstack/blob - resources/js/global.d.ts
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Lexical: Added button icon system
[bookstack]
/
resources
/
js
/
global.d.ts
1
declare module '*.svg' {
2
const content: string;
3
export default content;
4
}