20 lines
335 B
JavaScript
20 lines
335 B
JavaScript
|
import {
|
||
|
component_styles_default
|
||
|
} from "./chunk.K23QWHWK.js";
|
||
|
import {
|
||
|
i
|
||
|
} from "./chunk.CXZZ2LVK.js";
|
||
|
|
||
|
// src/components/mutation-observer/mutation-observer.styles.ts
|
||
|
var mutation_observer_styles_default = i`
|
||
|
${component_styles_default}
|
||
|
|
||
|
:host {
|
||
|
display: contents;
|
||
|
}
|
||
|
`;
|
||
|
|
||
|
export {
|
||
|
mutation_observer_styles_default
|
||
|
};
|