UNPKG

febs-react-component

Version:

> A component framework for React Native / React Web.

41 lines (33 loc) 899 B
/** * Copyright (c) 2016 Copyright citongs All Rights Reserved. * Author: lipengxiang */ //---------------------------------------------- // @desc: demo. //---------------------------------------------- import { Icons } from '../component'; function render() { return (Icons.getIconArrowLeft()); } //---------------------------------------------- // @desc: document. //---------------------------------------------- // getIconArrowLeft({tintColor:tintColor, marginRight: 5}) 可以传递样式. /* //---------------------------------------------- // @props //---------------------------------------------- //------------- * 以下函数返回一个<Image/> * getIconArrowLeft() * getIconCross() * getIconMinArrowRight() * getIconMinArrowDown() * getIconMinArrowLeft() * getIconClose() * getIconCloseCircle() * getIconSearch() * */