KC's Workspace
    Preparing search index...

    Interface PluginCreator<PluginOptions>

    interface PluginCreator<PluginOptions> {
        postcss: true;
        (opts?: PluginOptions): Processor_ | Plugin;
    }

    Type Parameters

    • PluginOptions
    Index

    Properties

    Properties

    postcss: true