tighten example

This commit is contained in:
Half-Shot
2025-06-05 16:57:48 +01:00
parent 60687b27a6
commit 8cf426f0e7
2 changed files with 5 additions and 3 deletions
@@ -69,8 +69,6 @@ export interface CustomComponentsApi {
// @alpha
export type CustomMessageComponentProps = {
mxEvent: MatrixEvent;
highlights?: string[];
forExport?: boolean;
};
// Warning: (ae-incompatible-release-tags) The symbol "CustomMessageRenderFunction" is marked as @beta, but its signature references "CustomMessageComponentProps" which is marked as @alpha