Last change
on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
365 bytes
|
Line | |
---|
1 | import { Polling as XHR } from "./polling";
|
---|
2 | import { WebSocket } from "./websocket";
|
---|
3 | declare const _default: {
|
---|
4 | polling: typeof polling;
|
---|
5 | websocket: typeof WebSocket;
|
---|
6 | };
|
---|
7 | export default _default;
|
---|
8 | /**
|
---|
9 | * Polling polymorphic constructor.
|
---|
10 | *
|
---|
11 | * @api private
|
---|
12 | */
|
---|
13 | declare function polling(req: any): XHR;
|
---|
14 | declare namespace polling {
|
---|
15 | var upgradesTo: string[];
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.