Skip to content

Commit

Permalink
fix(plasma-new-hope): import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman233 authored and Yakutoc committed Nov 22, 2023
1 parent 1468c99 commit 1dd176a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Popup = component(popupConfig);
* Modal.
* Управляет показом/скрытием, подложкой и анимацией визуальной части модального окна.
*/
export const modalRoot = (Root: RootProps<HTMLInputElement, ModalProps>) =>
export const modalRoot = (Root: RootProps<HTMLDivElement, ModalProps>) =>
forwardRef<HTMLDivElement, ModalProps>(
(
{
Expand Down
1 change: 0 additions & 1 deletion packages/plasma-new-hope/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ export * from './components/Modal';
export * from './components/Notification';
export * from './components/Popover';
export * from './components/Dropdown';
export * from './components/Popup';

0 comments on commit 1dd176a

Please sign in to comment.