UNPKG

@sertec/button

Version:
3 lines (2 loc) 272 B
import { IconButtonProps } from './types.js'; export declare function IconButton({ children, icon, className, 'data-justify': justify, 'data-justify-icon': justifyIcon, 'data-rotate-icon': rotateIcon, ...props }: IconButtonProps): import("react/jsx-runtime").JSX.Element;