You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parttimejob/node_modules/style-resources-loader/lib/utils/constants.d.ts

8 lines
388 B

import type { StyleResourcesFileFormat } from '../types';
export declare const PACKAGE_NAME = "style-resources-loader";
export declare const ISSUES_URL: string;
export declare const LOADER_NAME: string;
export declare const VALIDATION_BASE_DATA_PATH = "options";
export declare const SUPPORTED_FILE_FORMATS: StyleResourcesFileFormat[];
export declare const SUPPORTED_FILE_EXTS: string[];