UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

6 lines (5 loc) 419 B
import * as ts from 'typescript'; import { NormalizedMessage } from './NormalizedMessage'; export declare const createNormalizedMessageFromDiagnostic: (diagnostic: ts.Diagnostic) => NormalizedMessage; export declare const createNormalizedMessageFromRuleFailure: (lint: import("tslint").RuleFailure) => NormalizedMessage; export declare const createNormalizedMessageFromInternalError: (error: any) => NormalizedMessage;