PromoCursed/node_modules/antd/lib/notification/style/stack.d.ts

5 lines
196 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genStackStyle: GenerateStyle<NotificationToken>;
export default genStackStyle;