UNPKG

251 BTypeScriptView Raw
1import { NodePath } from '@babel/core';
2import * as t from '@babel/types';
3import { ResolvedOptions } from '../types';
4export default function isStyledTag(tagPath: NodePath<any>, pluginOptions: ResolvedOptions): tagPath is NodePath<t.CallExpression>;