amis-rpc-design/node_modules/react-native-screens/lib/module/fabric/ScreenStackHeaderSubviewNativeComponent.js.map

1 line
769 B
Plaintext
Raw Normal View History

2023-10-07 19:42:30 +08:00
{"version":3,"names":["codegenNativeComponent"],"sources":["ScreenStackHeaderSubviewNativeComponent.ts"],"sourcesContent":["import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';\nimport type { ViewProps } from 'react-native';\nimport type { WithDefault } from 'react-native/Libraries/Types/CodegenTypes';\n\nexport type HeaderSubviewTypes =\n | 'back'\n | 'right'\n | 'left'\n | 'title'\n | 'center'\n | 'searchBar';\n\nexport interface NativeProps extends ViewProps {\n type?: WithDefault<HeaderSubviewTypes, 'left'>;\n}\n\nexport default codegenNativeComponent<NativeProps>(\n 'RNSScreenStackHeaderSubview',\n {}\n);\n"],"mappings":"AAAA,OAAOA,sBAAsB,MAAM,yDAAyD;AAgB5F,eAAeA,sBAAsB,CACnC,6BAA6B,EAC7B,CAAC,CACH,CAAC"}