forked from sashin/sashinexists
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { Mixin } from "../../index.ts";
|
|
|
|
declare const ImportModulesMixin: Mixin<{}>;
|
|
|
|
export default ImportModulesMixin;
|