oui-kit
Version:
🎯 *UI toolkit with a French touch* 🇫🇷
14 lines (13 loc) • 533 B
TypeScript
import { DirectiveBinding } from 'vue';
export declare const vMenu: {
updated: (element: any, binding: DirectiveBinding) => void;
mounted: (element: any, binding: DirectiveBinding) => void;
};
export declare const vMenuContext: {
updated: (element: any, binding: DirectiveBinding) => void;
mounted: (element: any, binding: DirectiveBinding) => void;
};
export declare const vContext: {
updated: (element: any, binding: DirectiveBinding) => void;
mounted: (element: any, binding: DirectiveBinding) => void;
};