Home
last modified time | relevance | path

Searched defs:getLinearGradientBackgroundImage (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-linear-gradient/src/
H A DNativeLinearGradient.types.ts12 export type getLinearGradientBackgroundImage = ( alias
/expo/packages/expo-linear-gradient/build/
H A DNativeLinearGradient.types.d.ts9 export type getLinearGradientBackgroundImage = (colors: number[], width?: number, height?: number, … alias
H A DNativeLinearGradient.web.js35 export function getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width = 1… function