UNPKG

@expo/metro-config

Version:

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

9 lines (8 loc) 261 B
export declare function matchSass(filename: string): import('sass').Syntax | null; export declare function compileSass(projectRoot: string, { src }: { filename: string; src: string; }, options?: Record<string, any>): { src: string; map: any; };