minishouyin/node_modules/antd/es/notification/style/stack.d.ts
2025-11-12 11:35:57 +08:00

5 lines
196 B
TypeScript

import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genStackStyle: GenerateStyle<NotificationToken>;
export default genStackStyle;