mirror of
https://github.com/quartz-community/explorer.git
synced 2026-07-22 02:50:24 +00:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
|
|
declare module "*.inline.ts" {
|
||
|
|
const content: string;
|
||
|
|
export default content;
|
||
|
|
}
|