UNPKG
tweak-tools
Version:
latest (0.1.1)
0.1.1
0.1.0
Tweak your React projects until awesomeness
github.com/appeltje-c/tweak-tools
appeltje-c/tweak-tools
tweak-tools
/
dist
/
components
/
Monitor
/
StyledMonitor.js
11 lines
(10 loc)
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Canvas
=
void
0
;
const
styles_1 =
require
(
"../../styles"
);
exports
.
Canvas
= (
0
, styles_1.
styled
)(
'canvas'
, {
height
:
'$monitorHeight'
,
width
:
'100%'
,
display
:
'block'
,
borderRadius
:
'$sm'
, });