Groups
Signature
export declare function Groups<const T extends Record<string, LocalizedGroupDefinition>>(groups: T): <T_1 extends { new (...args: any[]): object;}>(target: T_1) => { new (...args: any[]): { groups: T; groupsAliases: Record<string, string>; };} & T_1;Members
This export does not declare public properties or methods in the generated declaration file.