UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

4 lines (3 loc) 145 B
import { TextFieldProps } from '@mui/material'; declare const UrlTextField: (props: TextFieldProps) => JSX.Element; export default UrlTextField;