sass-references/angular-material/material/list/public-api.ts

29 lines
758 B
TypeScript
Raw Normal View History

2024-12-06 10:42:08 +08:00
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
export * from './action-list';
export * from './list';
export * from './list-module';
export * from './nav-list';
export * from './selection-list';
export * from './list-option';
export * from './subheader';
export * from './list-item-sections';
export * from './tokens';
export {MatListOption} from './list-option';
export {
MatListOptionTogglePosition,
/**
* @deprecated Use `MatListOptionTogglePosition` instead.
* @breaking-change 17.0.0
*/
MatListOptionTogglePosition as MatListOptionCheckboxPosition,
} from './list-option-types';