UNPKG

@rnga/orders

Version:

## Get schema from @prisma-cms 1. yarn get-api-schema -e http://localhost:4000 2. yarn build-api-fragments

14 lines (9 loc) 194 B
import React, { Component } from 'react'; import Input from "../"; export default class Textarea extends Input { renderInput(props) { return <textarea {...props} /> } }