UNPKG
virool-pivot
Version:
latest (0.8.42)
0.8.42
0.8.41
A web-based exploratory visualization UI for Druid.io
github.com/implydata/pivot
implydata/pivot
virool-pivot
/
build
/
common
/
models
/
sort-on
/
sort-on.mock.d.ts
10 lines
(9 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { SortOn, SortOnJS }
from
'./sort-on'
; export declare
class
SortOnMock
{
static
DEFAULT_A_JS: SortOnJS;
static
DEFAULT_B_JS: SortOnJS;
static
DEFAULT_C_JS: SortOnJS;
static
defaultA
(): SortOn
;
static
defaultB
(): SortOn
;
static
defaultC
(): SortOn
; }