//#region src/inject.d.ts /** * Inject the pantoken stylesheet into `document.head` once. Returns the created element, if any. * * @example Inject on the default document * ```ts * import { inject } from "@pantoken/css/inject"; * * const style = inject(); //