ether-admin/node_modules/ant-design-vue/lib/notification/style/placement.d.ts

6 lines
293 B
TypeScript

import type { CSSObject } from '../../_util/cssinjs';
import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genNotificationPlacementStyle: GenerateStyle<NotificationToken, CSSObject>;
export default genNotificationPlacementStyle;