UNPKG

@mtec-solutions-org/design-system

Version:

A React Native Web design system library with theme and components

3 lines 257 B
import type { ButtonProps } from "./Button.types"; export default function Button({ children, onPress, variant, size, disabled, isLoading, loadingText, fullWidth, }: ButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Button.d.ts.map