Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 528 Bytes

webpack5-load-themed-styles-loader.api.md

File metadata and controls

21 lines (15 loc) · 528 Bytes

API Report File for "@microsoft/webpack5-load-themed-styles-loader"

Do not edit this file. It is a report generated by API Extractor.

import type { PitchLoaderDefinitionFunction } from 'webpack';

// @public
export interface ILoadThemedStylesLoaderOptions {
    async?: boolean;
    // (undocumented)
    esModule?: boolean;
    // (undocumented)
    loadThemedStylesPath?: string;
}

// @public
export const pitch: PitchLoaderDefinitionFunction<ILoadThemedStylesLoaderOptions>;