UNPKG

vite-plugin-layouts

Version:
3 lines (2 loc) 149 B
import type { ResolvedOptions } from './types'; export declare function getFilesFromPath(path: string, options: ResolvedOptions): Promise<string[]>;