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