ether-admin/node_modules/ant-design-vue/es/_util/styleChecker.d.ts

5 lines
246 B
TypeScript

export declare const canUseDocElement: () => HTMLElement;
export declare function isStyleSupport(styleName: string | string[], styleValue?: any): boolean;
export declare const detectFlexGapSupported: () => boolean;
export default isStyleSupport;