react-native-image-filter-kit
Version:
Various image filters for iOS & Android
114 lines (60 loc) • 1.39 kB
text/typescript
import { bool } from '../common/inputs'
import { Common } from '../common/shapes'
const CSSGram = {
disableIntermediateCaches: bool,
...Common
}
export const shapes = {
_1977: CSSGram,
Aden: CSSGram,
Brannan: CSSGram,
Brooklyn: CSSGram,
Clarendon: CSSGram,
Earlybird: CSSGram,
Gingham: CSSGram,
Hudson: CSSGram,
Inkwell: CSSGram,
Kelvin: CSSGram,
Lark: CSSGram,
Lofi: CSSGram,
Maven: CSSGram,
Mayfair: CSSGram,
Moon: CSSGram,
Nashville: CSSGram,
Perpetua: CSSGram,
Reyes: CSSGram,
Rise: CSSGram,
Slumber: CSSGram,
Stinson: CSSGram,
Toaster: CSSGram,
Valencia: CSSGram,
Walden: CSSGram,
Willow: CSSGram,
Xpro2: CSSGram,
_1977Compat: CSSGram,
AdenCompat: CSSGram,
BrannanCompat: CSSGram,
BrooklynCompat: CSSGram,
ClarendonCompat: CSSGram,
EarlybirdCompat: CSSGram,
GinghamCompat: CSSGram,
HudsonCompat: CSSGram,
InkwellCompat: CSSGram,
KelvinCompat: CSSGram,
LarkCompat: CSSGram,
LofiCompat: CSSGram,
MavenCompat: CSSGram,
MayfairCompat: CSSGram,
MoonCompat: CSSGram,
NashvilleCompat: CSSGram,
PerpetuaCompat: CSSGram,
ReyesCompat: CSSGram,
RiseCompat: CSSGram,
SlumberCompat: CSSGram,
StinsonCompat: CSSGram,
ToasterCompat: CSSGram,
ValenciaCompat: CSSGram,
WaldenCompat: CSSGram,
WillowCompat: CSSGram,
Xpro2Compat: CSSGram
}