1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

add comment

This commit is contained in:
Thomas Heartman 2025-07-02 13:41:52 +02:00
parent 8bb4f4b75c
commit ee22d0e44a

View File

@ -1,6 +1,7 @@
import { styled, Typography, type TypographyProps } from '@mui/material';
import type { FC, PropsWithChildren } from 'react';
// todo: consider using these
export const Action: FC<TypographyProps> = ({ children, ...props }) => (
<Typography component='span' {...props}>
{children}