mirror of
				https://github.com/jackyzha0/quartz.git
				synced 2025-10-31 06:57:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare module "*.scss" {
 | |
|   const content: string
 | |
|   export = content
 | |
| }
 | |
| 
 | |
| // dom custom event
 | |
| interface CustomEventMap {
 | |
|   nav: CustomEvent<{ url: FullSlug }>
 | |
| }
 | |
| 
 | |
| declare const fetchData: Promise<ContentIndex>
 | 
