UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

12 lines (11 loc) 419 B
import type * as React from 'react'; type Props = React.PropsWithChildren<{ className?: string; side?: 'left' | 'right' | 'start' | 'end'; }>; export declare const ButtonIcon: { ({ side, className, children }: Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare function getIconSide(side?: 'left' | 'right' | 'start' | 'end'): "end" | "start" | undefined; export {};