2 lines
142 B
TypeScript
2 lines
142 B
TypeScript
import { ParsedAttribute } from './ParsedAttribute';
|
|
export declare function isPartHighlighted(parts: ParsedAttribute[], i: number): boolean;
|