mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
PR-342468: trying to fix cypress pipeline.
This commit is contained in:
@ -9,7 +9,7 @@ type TCardProps = {
|
||||
/**
|
||||
* Is this the child component of the card. (The content)
|
||||
*/
|
||||
children?: JSX.Element,
|
||||
children?: React.ReactNode,
|
||||
};
|
||||
|
||||
const Card: FC<TCardProps> = ({ title, children}) => {
|
||||
@ -22,4 +22,4 @@ const Card: FC<TCardProps> = ({ title, children}) => {
|
||||
);
|
||||
};
|
||||
|
||||
export { Card, TCardProps }
|
||||
export { Card, TCardProps }
|
||||
|
Reference in New Issue
Block a user