6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
import { Keyword } from './types';
|
|
export declare function UnicodeExtensionComponents(extension: string): {
|
|
attributes: string[];
|
|
keywords: Array<Keyword>;
|
|
};
|