import React from 'react'; import type {StyleSheetProps} from '../hyper'; const StyleSheet: React.FC = (props) => { const {borderColor} = props; return ( ); }; export default StyleSheet;