UNPKG

161 BTypeScriptView Raw
1import { ResolvedOptions } from '../types';
2export default function isStylesheetTag(tagPath: any, { stylesheetTagName, allowGlobal }: ResolvedOptions): boolean;