import React from 'react'; import { TextInput } from '@breakaway/preact-core'; export const TextInputBasic: React.FunctionComponent = () => ( );