4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
export declare const rawRE: RegExp;
|
|
export declare const inlineRE: RegExp;
|
|
export declare const isBuildableCSSRequest: (request: string) => boolean;
|