Skip to content

Commit 923946f

Browse files
author
hanneke
committed
feat(webform-element): make styled label accessible through export
1 parent 0b95757 commit 923946f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import FormRow from './FormRow';
2020
import Parser from './Parser';
2121
import Number from './Number';
2222
import Converse from './Converse';
23+
import Label from './WebformElement/styled/label';
2324

2425
const components = {
2526

@@ -67,4 +68,4 @@ const components = {
6768
};
6869

6970
export default Webform;
70-
export { components, FetchForm, Parser };
71+
export { components, FetchForm, Parser, Label };

0 commit comments

Comments
 (0)