UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

4 lines 241 B
import { HTMLAttributes } from "react"; export type AffixPropsT = HTMLAttributes<HTMLButtonElement>; export declare const Affix: ({ onClick, ...p }: AffixPropsT) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Affix.d.ts.map