UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

6 lines (5 loc) 151 B
export interface AffixProps { children: string; } declare const Affix: React.FC<JSX.IntrinsicElements['span'] & AffixProps>; export default Affix;