Skip to content

Commit beeecd3

Browse files
authored
fix(material-experimental/mdc-list): export missing harness symbols (#24175)
1 parent 25f4e75 commit beeecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-list/testing/public-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export * from './list-harness';
1111
export * from './list-harness-filters';
1212
export * from './nav-list-harness';
1313
export * from './selection-list-harness';
14-
export {MatListItemSection} from './list-item-harness-base';
14+
export {MatListItemSection, MatSubheaderHarness, MatListItemType} from './list-item-harness-base';

0 commit comments

Comments
 (0)