refactor: JSX automatic runtime (#34498)
parent
4121500965
commit
9af2c11d64
@ -1,5 +1,4 @@ |
||||
import { Button } from '@rocket.chat/fuselage'; |
||||
import type { ComponentProps } from 'react'; |
||||
import React from 'react'; |
||||
|
||||
export const GenericCardButton = (props: ComponentProps<typeof Button>) => <Button {...props} medium />; |
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue