// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`color prop when type is range 1`] = `
1
1
2
3
4
5
6
7
8
9
11
12
13
14
15
16
17
18
19
21
22
23
24
25
26
27
28
29
30
31
`;
exports[`color prop when type is single 1`] = `
1
1
2
3
4
5
6
7
8
9
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
`;
exports[`formatter prop 1`] = `
1
1
2
3
4
5
6
7
8
9
Text
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
`;
exports[`popup wrapper 1`] = ``;
exports[`popup wrapper 2`] = `
`;
exports[`row-height prop 1`] = `
1
1
2
3
4
5
6
7
8
9
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
`;
exports[`title & footer slot 1`] = `
1
1
2
3
4
5
6
7
8
9
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
`;