UNPKG

@protorians/core

Version:
12 lines (11 loc) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createAppearance = createAppearance; exports.useAppearance = useAppearance; const supports_1 = require("../supports"); function createAppearance(stylesheet) { return useAppearance().sheet(stylesheet); } function useAppearance() { return (new supports_1.CoreAppearance()); }