UNPKG

@web-atoms/core

Version:
11 lines 556 B
import { AtomStyleRules } from "../../style/StyleRule"; import { IStyleDeclaration } from "./IStyleDeclaration"; /** * It will add custom stylesheet to the document and * it will create a new unique scope class if selectorName was not provided * @param style AtomStyleRules | IStyleDeclaration * @param selectorName name of the selector (only use for CustomElement, do not use for components) * @returns string */ export default function CSS(style: IStyleDeclaration | AtomStyleRules, selectorName?: string): string; //# sourceMappingURL=CSS.d.ts.map