UNPKG

configro-form-builder

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

6 lines 129 B
export default interface ConfigroInput { typeOf: "ConfigroInput" label: string type: string placeholder: string }