mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
add comment
This commit is contained in:
parent
8bb4f4b75c
commit
ee22d0e44a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user