feat: implement command handling and custom rendering in editor and message components
This commit is contained in:
1
src/app/components/editor/slate.d.ts
vendored
1
src/app/components/editor/slate.d.ts
vendored
@@ -18,6 +18,7 @@ export type FormattedText = Text & {
|
||||
strikeThrough?: boolean;
|
||||
code?: boolean;
|
||||
spoiler?: boolean;
|
||||
pendingCommand?: boolean;
|
||||
};
|
||||
|
||||
export type LinkElement = {
|
||||
|
||||
Reference in New Issue
Block a user