@joker.front/app-ui
Version:
Joker-APP-UI | Official native UI component library for Joker Framework. Minimalist design with full-scene components, responsive layout & dynamic interactions. Access dev docs, API references & real-world case studies on official site.
11 lines (10 loc) • 624 B
TypeScript
export declare function componentName(name: string): string;
export declare function isIE(): boolean;
export declare function isEdge(): boolean;
export declare function valueEquals(a: any, b: any): boolean;
export declare function autoprefixer(style: Record<string, string>): Object;
export declare function transformUnit(val?: string | number): string;
export declare const getScrollContainer: (el: any, vertical?: string) => any;
export declare const isScroll: (el: any, vertical?: string) => any;
export declare const getStyle: (element: any, styleName: any) => any;
export declare let isSupportObjectFit: () => boolean;