8 lines
117 B
TypeScript

import * as React from 'react'
export const PopupTextInput = () => {
return (
<div>PopupTextInput</div>
)
}