19 lines
299 B
JavaScript
19 lines
299 B
JavaScript
import {
|
|
component_styles_default
|
|
} from "./chunk.K23QWHWK.js";
|
|
import {
|
|
i
|
|
} from "./chunk.CXZZ2LVK.js";
|
|
|
|
// src/components/qr-code/qr-code.styles.ts
|
|
var qr_code_styles_default = i`
|
|
${component_styles_default}
|
|
|
|
:host {
|
|
display: inline-block;
|
|
}
|
|
`;
|
|
|
|
export {
|
|
qr_code_styles_default
|
|
};
|