UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 177 B
import * as React from 'react'; import type { StatefulTextareaProps } from './types'; export default function StatefulTextarea(props: StatefulTextareaProps): React.JSX.Element;