@metamask/design-system-react-native
Version:
4 lines • 360 B
text/typescript
import React from "react";
import type { ButtonSecondaryProps } from "./ButtonSecondary.types.mjs";
export declare const ButtonSecondary: ({ children, textProps, spinnerProps, startIconProps, endIconProps, isDanger, isInverse, isLoading, twClassName, style, ...props }: ButtonSecondaryProps) => React.JSX.Element;
//# sourceMappingURL=ButtonSecondary.d.mts.map