Files
blog-frontend/src/shared/designSystem/components/Button/index.ts
Nikita Pozdniakov 8642a5bce1
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 15s
Add Button design system and Storybook Solid setup
2026-05-27 15:10:38 +03:00

3 lines
102 B
TypeScript

export type { ButtonProps } from "./types/Button.types.ts";
export { Button } from "./ui/Button.tsx";