File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import {mapEnumKeys} from '../../../Utils/storybook'
1717// Components
1818import {
1919 Form ,
20+ FormRef ,
2021 FormBoxRef ,
2122 FormLabelRef ,
2223 FormFooterRef ,
@@ -56,7 +57,6 @@ import FormReadme from './Form.md'
5657import FormElementReadme from './FormElement.md'
5758import FormValidationElementReadme from './FormValidationElement.md'
5859import NaturalLanguageFormReadme from './NaturalLanguageForm.md'
59- import { FormRef } from '../Form'
6060
6161const formStories = storiesOf ( 'Components/Forms/Standard' , module ) . addDecorator (
6262 withKnobs
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export class Form extends Component<FormProps> {
3030 }
3131}
3232
33- export { FormProps } from './Form'
33+ export { FormProps , FormRef } from './Form'
3434export * from './FormBox'
3535export * from './FormDivider'
3636export * from './FormElement'
You can’t perform that action at this time.
0 commit comments