UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 252 B
import { ComputedRef } from 'vue'; export type ApSelectLayoutToken = { /** * 选择布局左侧宽度 */ apSelectLayoutSideWidth: number; }; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;