UNPKG

@hakuna-matata-ui/button

Version:
6 lines 243 B
import * as React from "react"; export declare function useButtonType(value?: React.ElementType): { readonly ref: (node: HTMLElement | null) => void; readonly type: "button" | undefined; }; //# sourceMappingURL=use-button-type.d.ts.map