UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 161 B
export declare const AvatarGroupProvider: import("react").Provider<true | null>; export declare function useAvatarGroupContext(): { withinGroup: boolean; };