{"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;\n}\n\nexport default codegenNativeComponent(\n 'RNSScreenStackHeaderSubview',\n {}\n);\n"],"mappings":"AAAA,OAAOA,sBAAsB,MAAM,yDAAyD;AAgB5F,eAAeA,sBAAsB,CACnC,6BAA6B,EAC7B,CAAC,CACH,CAAC"}