ant-design-x-vue
Version:
Craft AI-driven interfaces effortlessly
10 lines (9 loc) • 525 B
TypeScript
import type { FullToken, GetDefaultToken } from '../../theme/cssinjs-utils';
export interface ComponentToken {
colorBgPlaceholderHover: string;
}
export interface AttachmentsToken extends FullToken<'Attachments'> {
}
export declare const prepareComponentToken: GetDefaultToken<'Attachments'>;
declare const _default: (prefixCls: import("vue").MaybeRefOrGetter<string>, rootCls?: string) => readonly [(node: import("vue").VNode) => import("vue").VNode, import("vue").Ref<string, string>, string];
export default _default;