export class TypeaheadSectionComponent {
  name = 'Typeahead';
  src = 'https://github.com/valor-software/ngx-bootstrap/tree/development/src/typeahead';
  componentContent: ContentSection[] = demoComponentContent;
}