5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
/**
|
|
* Resolve the specified attribute from token info
|
|
*/
|
|
export declare const resolveAttr: (info: string, attr: string) => string | null;
|