Skip to content

Commit

Permalink
feat: add exports for custom-alert (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyShatohin authored Jun 6, 2024
1 parent 2829a47 commit 6fc557b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop/src/main/ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from '@qiwi/pijma-core'

export * from './alert-block'
export * from './custom-alert'
export * from './button'
export * from './actions'
export * from './text-field'
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/src/main/ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from '@qiwi/pijma-core'

export * from './alert-block'
export * from './custom-alert'
export * from './button'
export * from './actions'
export * from './text-field'
Expand Down

0 comments on commit 6fc557b

Please sign in to comment.