UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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, } }