@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
70 lines (69 loc) • 3.06 kB
TypeScript
import "vuetify/lib/mixins/applicationable";
import "vuetify/lib/mixins/bootable";
import "vuetify/lib/mixins/button-group";
import "vuetify/lib/mixins/colorable";
import "vuetify/lib/mixins/comparable";
import "vuetify/lib/mixins/delayable";
import "vuetify/lib/mixins/dependent";
import "vuetify/lib/mixins/detachable";
import "vuetify/lib/mixins/filterable";
import "vuetify/lib/mixins/loadable";
import "./VuetifyTypography.css";
import "vuetify/lib/mixins/menuable";
import "vuetify/lib/mixins/overlayable";
import "vuetify/lib/mixins/picker";
import "vuetify/lib/mixins/picker-button";
import "vuetify/lib/mixins/positionable";
import "vuetify/lib/mixins/registrable";
import "vuetify/lib/mixins/returnable";
import "vuetify/lib/mixins/rippleable";
import "vuetify/lib/mixins/routable";
import "vuetify/lib/mixins/selectable";
import "vuetify/lib/mixins/ssr-bootable";
import "vuetify/lib/mixins/stackable";
import "vuetify/lib/mixins/themeable";
import "vuetify/lib/mixins/toggleable";
import "vuetify/lib/mixins/transitionable";
import "vuetify/lib/mixins/translatable";
import "vuetify/lib/mixins/validatable";
import { createSimpleFunctional, directiveConfig, addOnceEventListener, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, remapInternalIcon, keys, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, camelize } from "vuetify/lib/util/helpers";
declare const _default: {
Vuetify: any;
components: {
VApp: any;
VMain: any;
VContent: any;
VThemeProvider: any;
VGrid: any;
VIcon: any;
VWindow: any;
VMessage: any;
VImg: any;
VItemGroup: any;
VLabel: any;
VSheet: any;
VSlideGroup: any;
VBtn: any;
VBtnToggle: any;
VOverlay: any;
VInput: any;
VCounter: any;
VProgressCircular: any;
VProgressLinear: any;
VSkeletonLoader: any;
VLazy: any;
VSubheader: any;
};
directives: {
ClickOutside: any;
Ripple: any;
Resize: any;
Scroll: any;
Touch: any;
Intersect: any;
Mutate: any;
};
transitions: any;
};
export default _default;
export { createSimpleFunctional, directiveConfig, addOnceEventListener, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, remapInternalIcon, keys, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, camelize };