Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
exports.StyledIFrameWrap = styleh_components_1.styled.div`
position: relative;
${props => props.width && props.height && styleh_components_1.styled.css`
width: ${props.width};
height: ${props.height};
`};
`;
exports.StyledIFrame = styleh_components_1.styled.withComponent('iframe')`
width: 100%;
height: 100%;
`; //# sourceMappingURL=styled.js.map