UNPKG

@fluster.io/dev

Version:

11 lines (10 loc) 248 B
import { ReactNode } from 'react'; interface MdxNoteLinkByIdProps { id: string; children: ReactNode; } export declare const MdxNoteLinkById: { ({ children, id, }: MdxNoteLinkByIdProps): ReactNode; displayName: string; }; export {};