@alitajs/antd-plus
Version:
基于 ant-design 封装的偏业务组件
13 lines (12 loc) • 315 B
TypeScript
import { CSSProperties } from 'react';
/**
* 设置Transform
* @param style
* @param value
*/
export declare function setTransform(style: CSSProperties, value: any): void;
/**
*
* @param style
*/
export declare function isTransform3dSupported(style: CSSProperties): ((data: string) => string) & typeof atob;