UNPKG

laravel-mix-glob

Version:

Laravel mix extension that add support for globs usage with an extensive concise api. For a more natural boosted productivity and dynamic. Configure once and forget about adding the files each time.

7 lines (6 loc) 222 B
import { Component } from 'laravel-mix/src/components/Component'; import { MixGlob } from "../MixGlob"; export declare const mixGlob: MixGlob; export declare class MixGlobPlugin extends Component { mix(): any; }