3 lines
149 B
TypeScript
3 lines
149 B
TypeScript
export declare function matchUTSComponent(tag: string): boolean;
|
|
export declare function genUTSClassName(fileName: string, prefix?: string): string;
|