UNPKG

@aplus-frontend/ui

Version:

7 lines (6 loc) 306 B
import { GenStyleFunc, StyleMixin } from '../../design-token/interface'; import { ComputedRef } from 'vue'; export declare const genPopoverStyle: StyleMixin; export declare const genSearchFormStyle: GenStyleFunc; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;