UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

7 lines (6 loc) 203 B
import React from 'react'; export declare function createControlGroupFieldFactory(field: string): React.FC<{ id?: string; label: string; children: (fieldID: string) => JSX.Element; }>;