6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
export declare function useScopeId(): {
|
|
scopeId: {
|
|
[x: string]: string;
|
|
} | undefined;
|
|
};
|