Files

6 lines
106 B
TypeScript

export declare function useScopeId(): {
scopeId: {
[x: string]: string;
} | undefined;
};