antd
Version:
An enterprise-class UI design language and React components implementation
7 lines (6 loc) • 357 B
TypeScript
import type { CSSObject } from '@ant-design/cssinjs';
import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
/** Wrap placement styles under the component root selector. */
declare const genNotificationPlacementStyle: GenerateStyle<NotificationToken, CSSObject>;
export default genNotificationPlacementStyle;