ember-bootstrap
Version:
Bootstrap components for Ember.js
18 lines (15 loc) • 314 B
text/typescript
/**
*
* @class ModalHeaderTitle
* @namespace Components
* @extends Glimmer.Component
* @private
*/
import templateOnly from '@ember/component/template-only';
export interface TitleSignature {
Blocks: {
default: [];
};
Element: HTMLHeadingElement;
}
export default templateOnly<TitleSignature>();