mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-08-03 10:14:43 +00:00
feat: add reactions
This commit is contained in:
@@ -6,9 +6,9 @@ import { visit } from "unist-util-visit";
|
||||
* Props given to custom components
|
||||
*/
|
||||
export interface CustomComponentProps {
|
||||
type: string;
|
||||
type?: string;
|
||||
match: string;
|
||||
arg1: string;
|
||||
arg1?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user