UNPKG

@metamask/design-system-react-native

Version:
4 lines 350 B
import React from "react"; import type { ButtonPrimaryProps } from "./ButtonPrimary.types.mjs"; export declare const ButtonPrimary: ({ children, textProps, spinnerProps, startIconProps, endIconProps, isDanger, isInverse, isLoading, twClassName, style, ...props }: ButtonPrimaryProps) => React.JSX.Element; //# sourceMappingURL=ButtonPrimary.d.mts.map