UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 226 B
import type * as React from 'react'; type Props = React.PropsWithChildren<{}>; export declare const AvatarStackItem: { ({ children }: Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {};