UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

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