chore: export some missing bits for the api-report.md

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-13 17:41:14 +01:00
parent 7fb125ac07
commit 1b026578f0
2 changed files with 11 additions and 1 deletions
+10 -1
View File
@@ -144,7 +144,6 @@ export const OwnerPicker: ({
// @public (undocumented)
export const OwnerPickerFieldExtension: () => null;
// Warning: (ae-forgotten-export) The symbol "RepoUrlPickerUiOptions" needs to be exported by the entry point index.d.ts
// Warning: (ae-missing-release-tag) "RepoUrlPicker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
@@ -160,6 +159,16 @@ export const RepoUrlPicker: ({
// @public (undocumented)
export const RepoUrlPickerFieldExtension: () => null;
// Warning: (ae-missing-release-tag) "RepoUrlPickerUiOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface RepoUrlPickerUiOptions {
// (undocumented)
allowedHosts?: string[];
// (undocumented)
allowedOwners?: string[];
}
// Warning: (ae-missing-release-tag) "ScaffolderApi" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
+1
View File
@@ -51,6 +51,7 @@ export {
TextValuePicker,
OwnedEntityPicker,
} from './components/fields';
export type { RepoUrlPickerUiOptions } from './components/fields';
export { FavouriteTemplate } from './components/FavouriteTemplate';
export { TemplateList } from './components/TemplateList';
export type { TemplateListProps } from './components/TemplateList';