UNPKG

199 BTypeScriptView Raw
1import { DynamicInterpolation } from './buildTaggedTemplate';
2declare const _default: (interpolations: Set<DynamicInterpolation>) => {
3 id: string;
4 unit: string;
5}[];
6export default _default;