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:
committed by
Mike Lewis
parent
c0d22517bf
commit
9425607173
@@ -30,3 +30,9 @@ export {
|
||||
scaffolderPlugin as plugin,
|
||||
scaffolderPlugin,
|
||||
} from './plugin';
|
||||
export {
|
||||
EntityNamePicker,
|
||||
EntityPicker,
|
||||
OwnerPicker,
|
||||
RepoUrlPicker,
|
||||
} from './components/fields';
|
||||
|
||||
Reference in New Issue
Block a user