UNPKG

configro-form-builder

Version:

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

7 lines (6 loc) 152 B
interface ConfigroButton { typeOf?: "ConfigroButton" text: string type: "button"|"submit"|"reset"|undefined } export default ConfigroButton