UNPKG

@protorians/core

Version:
8 lines (7 loc) 221 B
import { CoreAppearance } from "../supports/index.js"; export function createAppearance(stylesheet) { return useAppearance().sheet(stylesheet); } export function useAppearance() { return (new CoreAppearance()); }