UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

7 lines (6 loc) 183 B
/// <reference types="react" /> export interface AffixProps { children: string; } declare const Affix: React.FC<JSX.IntrinsicElements['span'] & AffixProps>; export default Affix;