stack.d.ts 196 B

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