Skip to content

Commit

Permalink
fix(components): export CTA (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao authored Mar 11, 2024
1 parent 6cdda11 commit 487cc14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-sheep-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@interlay/ui": patch
---

fix(components): export CTA
2 changes: 2 additions & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export type { CardProps } from './Card';
export { Divider } from './Divider';
export type { DividerProps } from './Divider';
export { Drawer } from './Drawer';
export { CTA, CTALink } from './CTA';
export type { CTALinkProps, CTAProps } from './CTA';
export type { DrawerProps } from './Drawer';
export { Field, useFieldProps } from './Field';
export type { FieldProps } from './Field';
Expand Down

0 comments on commit 487cc14

Please sign in to comment.