UNPKG

@chakra-ui/button

Version:

A React component that is a base button.

7 lines (5 loc) 186 B
declare function useButtonType(value?: React.ElementType): { readonly ref: (node: HTMLElement | null) => void; readonly type: "button" | undefined; }; export { useButtonType };