File size: 119 Bytes
bc20498 |
1 2 3 4 5 |
export declare function getLabelData(): {
NAME: string;
getAttrs: (part: string) => Record<string, string>;
};
|
bc20498 |
1 2 3 4 5 |
export declare function getLabelData(): {
NAME: string;
getAttrs: (part: string) => Record<string, string>;
};
|