materialize-angular
Version:
Material UI Angular library
15 lines (14 loc) • 531 B
TypeScript
/**
* @license
* Copyright Workylab. 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://raw.githubusercontent.com/workylab/materialize-angular/master/LICENSE
*/
import { FORM_MESSAGE_LEVELS, FormMessageModel } from './form-message.model';
export declare class FormMessageComponent implements FormMessageModel {
static readonly defaultProps: FormMessageModel;
className: string;
level: FORM_MESSAGE_LEVELS;
prefix: string;
}