mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 13:10:56 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export { default } from "./Button";
|
|
export type { ButtonProps, ButtonVariant, ButtonSize } from "./Button";
|