UNPKG

314 BTypeScriptView Raw
1import { ScriptHandler } from '../types';
2/**
3 * Look in the mixin section of a component.
4 * Parse the file mixins point to.
5 * Add the necessary info to the current doc object.
6 * Must be run first as mixins do not override components.
7 */
8declare const mixinHandler: ScriptHandler;
9export default mixinHandler;