mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
ci: fix code style linting errors
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user