UNPKG

@aplus-frontend/ui

Version:

9 lines (8 loc) 286 B
import { ComputedRef } from 'vue'; export type HighlightToken = { highlightKeywordsColor: string; highlightKeywordsBackground: string; highlightKeywordsPadding: string | number; }; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;