@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
8 lines (7 loc) • 320 B
TypeScript
interface ElementRef {
nativeElement?: any;
}
export declare function getElementWithClassList(elementRef: ElementRef): any;
export declare function removeClass(elementRef: ElementRef | any, className: string): void;
export declare function addClass(elementRef: ElementRef | any, className: string): void;
export {};