mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 21:31:50 +08:00
60c8f9a0d5
* test: add tests for changes in stories page * test: search box and moderate specific story * fix: remaining snapshot * fix: test
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { FunctionComponent } from "react";
|
|
|
|
declare module "found" {
|
|
const ElementsRenderer: FunctionComponent<{
|
|
elements: ReactElementOrGroup[];
|
|
}>;
|
|
}
|