UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

5 lines (4 loc) 296 B
import { type FC, type PropsWithChildren } from "react"; import { BlokButtonProps } from "../BlokButton/BlokButton"; export type BlokIconButtonProps = Omit<BlokButtonProps, "loadingText" | "endIcon" | "startIcon">; export declare const BlokIconButton: FC<PropsWithChildren<BlokIconButtonProps>>;