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

14 lines
376 B
TypeScript

/**
* @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 './button';
export * from './fab';
export * from './icon-button';
export * from './module';
export {MAT_BUTTON_CONFIG, MatButtonConfig} from './button-base';