Merged in chore/SW-3145-move-button (pull request #2531)

chore: SW-3145 Moved Button component from TempDS to Design System package

* chore: SW-3145 Moved Button compoenent from TempDS to Design System package


Approved-by: Anton Gunnarsson
This commit is contained in:
Hrishikesh Vaipurkar
2025-07-07 11:13:44 +00:00
parent f1839d7b45
commit d8f9376cd7
14 changed files with 17 additions and 1077 deletions

View File

@@ -51,3 +51,5 @@ export function OldDSButton(props: ButtonProps) {
/>
)
}
export type { ButtonPropsRAC, ButtonProps } from './button'