chore: Add packageDocumentation for API Docs Index

Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com>
This commit is contained in:
Adam Harvey
2024-07-05 23:34:53 -04:00
parent c3837fb3fc
commit 09086e8d0a
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -100,6 +100,4 @@ export function usePermission(
resourceRef: string | undefined;
},
): AsyncPermissionResult;
// (No @packageDocumentation comment for this package)
```
+5
View File
@@ -14,6 +14,11 @@
* limitations under the License.
*/
/**
* Components and hooks to help implement permissions in Backstage frontend plugins.
*
* @packageDocumentation
*/
export * from './components';
export * from './hooks';
export * from './apis';