ci: fix code style linting errors
This commit is contained in:
committed by
GitHub Actions
parent
64dfae8511
commit
7160b19c73
@@ -29,7 +29,7 @@ type ComponentType<R, P> =
|
||||
React.FunctionComponent<P> |
|
||||
React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<R>>;
|
||||
|
||||
export class ReactRenderer<R = unknown,P = unknown> {
|
||||
export class ReactRenderer<R = unknown, P = unknown> {
|
||||
id: string
|
||||
|
||||
editor: ExtendedEditor
|
||||
|
||||
Reference in New Issue
Block a user