feat: refactor all components in common

This commit is contained in:
doprz
2024-03-04 14:41:34 -06:00
parent 28f192472b
commit e5443122b4
18 changed files with 281 additions and 288 deletions

View File

@@ -16,7 +16,7 @@ type Props = Omit<TextProps, 'span'> & {
/**
* A reusable Text component with props that build on top of the design system for the extension
*/
export default function Link(props: PropsWithChildren<Props>) {
export default function Link(props: PropsWithChildren<Props>): JSX.Element {
let passedProps = {
...props,
};