UNPKG

magnitude-core

Version:
4 lines (3 loc) 219 B
export type KeypressIndicator = '<enter>' | '<tab>'; export declare function parseTypeContent(content: string): (string | KeypressIndicator)[]; export declare function renderMinimalAccessibilityTree(node: any): string;