next
Version:
The React Framework
4 lines (3 loc) • 307 B
TypeScript
export declare const createClientComponentFilter: (extensions: string[]) => (importSource: string) => boolean;
export declare const createServerComponentFilter: (extensions: string[]) => (importSource: string) => boolean;
export default function transformSource(this: any, source: string): Promise<string>;