/* * Squidex Headless CMS * * @license * Copyright (c) Sebastian Stehle. All rights reserved */ import * as Ng2 from '@angular/core'; @Ng2.Component({ selector: 'sqx-search-form', styles, template }) export class SearchFormComponent { }