UNPKG

@metamask/design-system-react-native

Version:
4 lines 505 B
import React from "react"; import type { BoxProps } from "./Box.types.mjs"; export declare const Box: ({ flexDirection, flexWrap, gap, alignItems, justifyContent, margin, marginTop, marginRight, marginBottom, marginLeft, marginHorizontal, marginVertical, padding, paddingTop, paddingRight, paddingBottom, paddingLeft, paddingHorizontal, paddingVertical, borderWidth, borderColor, backgroundColor, twClassName, style, children, ...props }: BoxProps) => React.JSX.Element; //# sourceMappingURL=Box.d.mts.map