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