UNPKG

wix-style-react

Version:
10 lines 451 B
import React from 'react'; import { FieldSetProps, LegendPlacement, LegendSize } from '../../FieldSet.types'; type Props = Pick<FieldSetProps, 'suffix' | 'charCount'> & { labelSize: LegendSize; labelPlacement: LegendPlacement; hasInlineElements: boolean; }; declare const Suffix: ({ suffix, charCount, labelPlacement, hasInlineElements, labelSize, }: Props) => React.JSX.Element; export default Suffix; //# sourceMappingURL=Suffix.d.ts.map