UNPKG

astro-tw-autoreference

Version:

Automaticaly inject tailwind `@reference` directives into Astro component style blocks.

8 lines 596 B
import type { NormalizedOptions, Options } from './types.js'; export declare const toAbsolutePath: (p: string, root?: string) => string; export declare const toAbsolutePaths: (paths: string[], root?: string) => string[]; export declare const shouldInjectReferences: (id: string, code: string, options: NormalizedOptions) => boolean; export declare const generateReferences: (references: string[]) => string[]; export declare const enforceArray: <T>(value: T | T[]) => T[]; export declare const normalizeOptions: (options: Required<Options>) => NormalizedOptions; //# sourceMappingURL=lib.d.ts.map