UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

6 lines (5 loc) 293 B
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;