UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

8 lines 199 B
import type { FC } from 'react'; type Props = { data?: string; id: string; }; declare const EditableInput: FC<Props>; export default EditableInput; //# sourceMappingURL=EditableInput.d.ts.map