Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

File metadata and controls

15 lines (11 loc) · 268 Bytes

react-native-app-helpers/BorderStyle

Describes the style of the border of a control (such as a text box or drop-down).

Usage

import type { BorderStyle } from "react-native-app-helpers";

const value: BorderStyle = {
  width: 5,
  color: `red`,
};