UNPKG

@fluster.io/dev

Version:

11 lines (10 loc) 293 B
interface EquationReferenceProps { id: string; defaultContent?: string | number; maxRetries?: number; } export declare const EquationReference: { ({ id: _id, defaultContent, maxRetries, }: EquationReferenceProps): string | number | null; displayName: string; }; export {};