UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

9 lines (8 loc) 342 B
export declare function matchSass(filename: string): import('sass').Syntax | null; export declare function compileSass(projectRoot: string, { filename, src }: { filename: string; src: string; }, options?: Partial<import('sass').StringOptions<'sync'>>): { src: string; map: import("source-map-js").RawSourceMap | undefined; };