UNPKG

@fluster.io/dev

Version:

11 lines (10 loc) 254 B
import { ReactNode } from 'react'; interface DictionaryEntryProps { label: string; children: ReactNode; } export declare const DictionaryEntry: { ({ label, children, }: DictionaryEntryProps): ReactNode; displayName: string; }; export {};