UNPKG
@schema-render/search-table-react
Version:
latest (1.10.1)
ssr (2.2.0)
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.10.1
1.10.0
1.9.0
1.8.1
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.0.2
1.0.1
0.0.1
Conditional search table component.
github.com/Barrior/schema-render
Barrior/schema-render
@schema-render/search-table-react
/
dist
/
cjs
/
constants
/
style.js
17 lines
(16 loc)
•
323 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
Object
.
defineProperty
(
exports
,
"STYLE_CODE"
, {
enumerable
:
true
,
get
:
function
(
) {
return
STYLE_CODE
; } });
var
STYLE_CODE
= {
backgroundColor
:
'#ececec'
,
padding
:
16
,
borderRadius
:
6
,
textAlign
:
'left'
};