Vizzuality/landgriffon

View on GitHub
marketing/src/components/forms/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { default as Label } from './label';
export { default as Input } from './input';
export { default as Hint } from './hint';
export { default as Textarea } from './textarea';
export { default as Checkbox } from './checkbox';