UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

4 lines (3 loc) 222 B
export declare const syncResolve: (what: string, importer: string, stack: string[]) => string; declare const asyncResolve: (what: string, importer: string, stack: string[]) => Promise<string>; export default asyncResolve;