scaffolder: export Picker components from the plugin

This is needed for creating a custom field extension which re-uses an existing picker component.

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-08-05 11:51:02 +02:00
committed by Mike Lewis
parent c0d22517bf
commit 9425607173
+6
View File
@@ -30,3 +30,9 @@ export {
scaffolderPlugin as plugin,
scaffolderPlugin,
} from './plugin';
export {
EntityNamePicker,
EntityPicker,
OwnerPicker,
RepoUrlPicker,
} from './components/fields';