Skip to content

Commit

Permalink
resolves #181: export UrlButton (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazuzzu authored Nov 21, 2024
1 parent 48b7689 commit bf83163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {
Message,
} from './components/MessageBot';
export { default as PostbackButton } from './components/buttons/PostBackButton';
export { default as UrlButton } from './components/buttons/UrlButton';
export { default as MessageUser } from './components/MessageUser';
export { default as QuickReply } from './components/QuickReply';
export { default as QuickReplyList } from './components/QuickReplyList';
Expand Down

0 comments on commit bf83163

Please sign in to comment.