UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

11 lines (9 loc) 236 B
import { parseShadow } from './util' export default tokenStream => { const { offset, radius, color } = parseShadow(tokenStream) return { textShadowOffset: offset, textShadowRadius: radius, textShadowColor: color, } }