Files
edr-platform/packages/ui-common/src/components/Button/index.ts
Michael Abebe 1c5ee19388 chore: fmt
2026-05-12 16:50:18 +03:00

3 lines
108 B
TypeScript

export { default } from "./Button";
export type { ButtonProps, ButtonVariant, ButtonSize } from "./Button";