bpms_site/.svn/pristine/7e/7e72ebe5768a2f07b8a01b37488e4cfb827a55a1.svn-base
2025-11-02 16:38:49 +03:30

7 lines
228 B
Plaintext

export declare const hookPropertyMap: Map<any, any>;
export declare const defaultOverrides: {
'styled-jsx': any;
'styled-jsx/style': string;
};
export declare function addHookAliases(aliases?: [string, string][]): void;