set PropsWithChildren as explicit type on components
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Link from '@docusaurus/Link';
|
||||
import clsx from 'clsx';
|
||||
import React, { FC, PropsWithChildren, ReactNode } from 'react';
|
||||
import React, { PropsWithChildren, ReactNode } from 'react';
|
||||
|
||||
import contentBlockStyles from './contentBlock.module.scss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user