UNPKG

@aplus-frontend/ui

Version:

7 lines (6 loc) 199 B
import { ComputedRef } from 'vue'; export type AgGridModalToken = { agGridModalRightWidth: number; }; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;