huridocs/uwazi

View on GitHub
app/react/V2/Components/CustomIcons/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export { TextPropertyIcon } from './TextPropertyIcon';
export { SelectPropertyIcon } from './SelectPropertyIcon';
export { MarkdownPropertyIcon } from './MarkdownPropertyIcon';
export { RelationshipPropertyIcon } from './RelationshipPropertyIcon';
export { PreviewPropertyIcon } from './PreviewPropertyIcon';
export { NumericPropertyIcon } from './NumericPropertyIcon';
export { MediaPropertyIcon } from './MediaPropertyIcon';
export { LinkPropertyIcon } from './LinkPropertyIcon';
export { ImagePropertyIcon } from './ImagePropertyIcon';
export { IDPropertyIcon } from './IDPropertyIcon';
export { GeolocationPropertyIcon } from './GeolocationPropertyIcon';
export { DatePropertyIcon } from './DatePropertyIcon';
export { GrabDoubleIcon } from './GrabDoubleIcon';