c5949f85ef
Now `@experimental` tags are banned; and `@publicApi` tags are required on exports. PR Close #26595
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
/** @publicApi */
|
|
export declare const A: string;
|
|
/** @publicApi */
|
|
export declare var B: string;
|