Skip to content

Commit

Permalink
feat: expose PlainButton and TertiaryButton
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 18, 2024
1 parent b1a5e5f commit 746f85a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { Alert, type AlertProps } from "./components/Alert";
export { ButtonPlain, type ButtonPlainProps } from "./components/ButtonPlain";
export {
ButtonPrimary,
type ButtonPrimaryProps,
Expand All @@ -7,4 +8,8 @@ export {
ButtonSecondary,
type ButtonSecondaryProps,
} from "./components/ButtonSecondary";
export {
ButtonTertiary,
type ButtonTertiaryProps,
} from "./components/ButtonTertiary";
export { Input, type InputProps } from "./components/Input";

0 comments on commit 746f85a

Please sign in to comment.