UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

3 lines (2 loc) 154 B
import type { Identifier, SourceLocation } from '@babel/types'; export declare const createId: (name: string, loc?: SourceLocation | null) => Identifier;