UNPKG

shatter_monitor

Version:
15 lines (14 loc) 680 B
import { ErrorForShatter } from './shatter_error/index'; import { PerformanceForShatter } from './shatter_performance/index'; import { BehaviorForShatter } from './shatter_behavior/index'; import { InitOptions } from './types/index'; import { ShatterErrorVue } from './shatter_error/vue/index'; declare class ShatterInit { static shatterSupport: { ErrorForShatter: typeof ErrorForShatter; PerformanceForShatter: typeof PerformanceForShatter; BehaviorForShatter: typeof BehaviorForShatter; }; constructor(options: InitOptions); } export { ErrorForShatter, PerformanceForShatter, BehaviorForShatter, ShatterInit, ShatterErrorVue };