UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

6 lines (5 loc) 293 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { NotificationToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const genNotificationPlacementStyle: GenerateStyle<NotificationToken, CSSObject>; export default genNotificationPlacementStyle;