bookstack/resources/js/custom.d.ts

4 lines
81 B
TypeScript
Raw Permalink Normal View History

declare module '*.svg' {
const content: string;
export default content;
}