Files
icehrm/web/node_modules/antd/lib/_util/styleChecker.d.ts
2020-05-20 18:47:29 +02:00

4 lines
151 B
TypeScript

declare const isStyleSupport: (styleName: string | string[]) => boolean;
export declare const isFlexSupported: boolean;
export default isStyleSupport;