Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 21, 2022
1 parent 8646f22 commit 8b9d5d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/search-ui-react.hierarchicalfacetsprops.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Props for the [HierarchicalFacets()](./search-ui-react.hierarchicalfacets.md) co
<b>Signature:</b>

```typescript
export interface HierarchicalFacetsProps extends Omit<StandardFacetsProps, 'searchable' | 'excludedFieldIds'>
export interface HierarchicalFacetsProps extends Omit<StandardFacetsProps, 'excludedFieldIds'>
```
<b>Extends:</b> Omit&lt;[StandardFacetsProps](./search-ui-react.standardfacetsprops.md)<!-- -->, 'searchable' \| 'excludedFieldIds'&gt;
<b>Extends:</b> Omit&lt;[StandardFacetsProps](./search-ui-react.standardfacetsprops.md)<!-- -->, 'excludedFieldIds'&gt;
## Properties
Expand Down
2 changes: 1 addition & 1 deletion etc/search-ui-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export interface HierarchicalFacetsCssClasses extends HierarchicalFacetDisplayCs
}

// @public
export interface HierarchicalFacetsProps extends Omit<StandardFacetsProps, 'searchable' | 'excludedFieldIds'> {
export interface HierarchicalFacetsProps extends Omit<StandardFacetsProps, 'excludedFieldIds'> {
customCssClasses?: HierarchicalFacetsCssClasses;
delimiter?: string;
includedFieldIds: string[];
Expand Down

0 comments on commit 8b9d5d3

Please sign in to comment.