UNPKG

176 BTypeScriptView Raw
1import { Styles } from '../types/style';
2
3declare function borderWidth(
4 ...values: Array<null | void | string | null | void | number>
5): Styles;
6
7export default borderWidth;