File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Notification, {
1212 type NotificationProps ,
1313 type NotificationStyles ,
1414} from '../Notification' ;
15- import { NotificationContext } from '../NotificationProvider' ;
15+ import { NotificationContext , type NotificationContextProps } from '../NotificationProvider' ;
1616import Content from './Content' ;
1717
1818export type Placement = 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight' ;
@@ -43,7 +43,7 @@ export interface NotificationListProps {
4343interface NotificationListItemProps {
4444 config : NotificationListConfig ;
4545 components ?: ComponentsType ;
46- contextClassNames ?: NotificationClassNames ;
46+ contextClassNames ?: NotificationContextProps [ 'classNames' ] ;
4747 classNames ?: NotificationClassNames ;
4848 styles ?: NotificationStyles ;
4949 motionClassName ?: string ;
You can’t perform that action at this time.
0 commit comments