Skip to content

Commit

Permalink
Adding DateFieldProps to export (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanTvener11 authored Oct 31, 2022
1 parent 2927a00 commit 5210c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sitecore-jss-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export {
} from './components/Image';
export { RichText, RichTextProps, RichTextPropTypes, RichTextField } from './components/RichText';
export { Text, TextField } from './components/Text';
export { DateField } from './components/Date';
export { DateField, DateFieldProps } from './components/Date';
export { Link, LinkField, LinkFieldValue, LinkProps, LinkPropTypes } from './components/Link';
export { File, FileField } from './components/File';
export { VisitorIdentification } from './components/VisitorIdentification';
Expand Down

0 comments on commit 5210c3c

Please sign in to comment.