We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b9000 commit 65aae72Copy full SHA for 65aae72
packages/components/src/components/hds/filter-bar/index.ts
@@ -7,7 +7,7 @@ import Component from '@glimmer/component';
7
import { action } from '@ember/object';
8
import { tracked } from '@glimmer/tracking';
9
10
-import type { ComponentLike, WithBoundArgs } from '@glint/template';
+import type { WithBoundArgs } from '@glint/template';
11
12
import type {
13
HdsFilterBarFilters,
@@ -30,7 +30,7 @@ export interface HdsFilterBarSignature {
30
Blocks: {
31
default?: [
32
{
33
- ActionsDropdown?: ComponentLike<typeof HdsDropdown>;
+ ActionsDropdown?: WithBoundArgs<typeof HdsDropdown, never>;
34
FiltersDropdown?: WithBoundArgs<
35
typeof HdsFilterBarFiltersDropdown,
36
'filters' | 'onFilter'
0 commit comments