Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { LanguageServicePlugin } from '@volar/language-service';
|
||||
import type { Provide } from 'volar-service-yaml';
|
||||
import type { CollectionConfig } from '../core/frontmatterHolders.js';
|
||||
type LanguageSettings = Parameters<ReturnType<Provide['yaml/languageService']>['configure']>['0'];
|
||||
export declare function getSettings(collectionConfig: CollectionConfig): LanguageSettings;
|
||||
export declare const create: (collectionConfig: CollectionConfig) => LanguageServicePlugin;
|
||||
export {};
|
||||
Reference in New Issue
Block a user