UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

11 lines (10 loc) 294 B
"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', });