import { CssStyleType } from '../types'; /** * 获取间距样式 * * @param style css样式表 */ declare const getSpacingStyle: (style: CssStyleType) => any; export default getSpacingStyle;