UNPKG

@glance-networks/agent-plugin

Version:

Glance Networks Agent Plugin

26 lines (25 loc) 765 B
/** @typedef {typeof __propDef.props} AlertInfoFilledProps */ /** @typedef {typeof __propDef.events} AlertInfoFilledEvents */ /** @typedef {typeof __propDef.slots} AlertInfoFilledSlots */ export default class AlertInfoFilled extends SvelteComponent<{ [x: string]: any; }, { [evt: string]: CustomEvent<any>; }, {}> { } export type AlertInfoFilledProps = typeof __propDef.props; export type AlertInfoFilledEvents = typeof __propDef.events; export type AlertInfoFilledSlots = typeof __propDef.slots; import { SvelteComponent } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent<any>; }; slots: {}; exports?: undefined; bindings?: undefined; }; export {};