PromoCursed/node_modules/antd/lib/notification/style/stack.d.ts
2024-08-20 23:25:37 +04:00

5 lines
196 B
TypeScript

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