api-reports

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-08-19 22:01:23 -06:00
parent 286466a90a
commit 844ab62223
2 changed files with 6 additions and 2 deletions
-1
View File
@@ -15,7 +15,6 @@ import { Column } from '@material-table/core';
import { CommonProps } from '@material-ui/core/OverridableComponent';
import { ComponentClass } from 'react';
import { ComponentProps } from 'react';
import { ComponentType } from 'react';
import { Context } from 'react';
import { default as CSS_2 } from 'csstype';
import { CSSProperties } from 'react';
+6 -1
View File
@@ -693,7 +693,7 @@ export const MockEntityListContextProvider: ({
children,
value,
}: React_2.PropsWithChildren<{
value: Partial<EntityListContextProps>;
value?: Partial<EntityListContextProps<DefaultEntityFilters>> | undefined;
}>) => JSX.Element;
// Warning: (ae-missing-release-tag) "reduceCatalogFilters" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -750,6 +750,11 @@ export const useEntityCompoundName: () => {
// @public (undocumented)
export const useEntityFromUrl: () => EntityLoadingStatus;
// Warning: (ae-missing-release-tag) "useEntityKinds" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function useEntityKinds(): string[];
// Warning: (ae-missing-release-tag) "useEntityListProvider" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)