astro-ghostcms/.pnpm-store/v3/files/8b/ada4c4693a5614d8f473902795f...

3 lines
213 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type * as unified from 'unified';
export declare function loadPlugins(items: (string | [string, any] | unified.Plugin<any[], any> | [unified.Plugin<any[], any>, any])[]): Promise<[unified.Plugin, any?]>[];