jabb-astro-components
Version:
UI Components for web development
11 lines (9 loc) • 336 B
text/typescript
import Text from './Text';
import TextArea from './TextArea';
import Email from './Email';
import Password from './Password';
import Response from './Response';
import Select from './Select';
import Label from './Label';
import Id from './Id';
export default { Text, Label, Password, Response, Email, Select, TextArea, Id };