UNPKG

269 BTypeScriptView Raw
1import { NodePath } from '@babel/core';
2import * as t from '@babel/types';
3import { ResolvedOptions } from '../types';
4export default function isStyledTagShorthand(tagPath: any, { styledTagName, allowGlobal }: ResolvedOptions): tagPath is NodePath<t.MemberExpression>;