lingjing/node_modules/next/dist/next-devtools/dev-overlay/components/hot-linked-text/index.d.ts
2026-02-23 09:51:43 +00:00

6 lines
143 B
TypeScript

import React from 'react';
export declare const HotlinkedText: React.FC<{
text: string;
matcher?: (text: string) => string | null;
}>;