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

1 line
1.5 KiB
Plaintext
Raw Normal View History

2023-10-07 19:42:30 +08:00
{"version":3,"names":["codegenNativeComponent"],"sources":["ScreenStackHeaderConfigNativeComponent.ts"],"sourcesContent":["import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';\nimport type { ViewProps, ColorValue } from 'react-native';\nimport type {\n Int32,\n WithDefault,\n} from 'react-native/Libraries/Types/CodegenTypes';\n\ntype DirectionType = 'rtl' | 'ltr';\n\nexport interface NativeProps extends ViewProps {\n backgroundColor?: ColorValue;\n backTitle?: string;\n backTitleFontFamily?: string;\n backTitleFontSize?: Int32;\n backTitleVisible?: WithDefault<boolean, 'true'>;\n color?: ColorValue;\n direction?: WithDefault<DirectionType, 'ltr'>;\n hidden?: boolean;\n hideShadow?: boolean;\n largeTitle?: boolean;\n largeTitleFontFamily?: string;\n largeTitleFontSize?: Int32;\n largeTitleFontWeight?: string;\n largeTitleBackgroundColor?: ColorValue;\n largeTitleHideShadow?: boolean;\n largeTitleColor?: ColorValue;\n translucent?: boolean;\n title?: string;\n titleFontFamily?: string;\n titleFontSize?: Int32;\n titleFontWeight?: string;\n titleColor?: ColorValue;\n disableBackButtonMenu?: boolean;\n hideBackButton?: boolean;\n backButtonInCustomView?: boolean;\n // TODO: implement this props on iOS\n topInsetEnabled?: boolean;\n}\n\nexport default codegenNativeComponent<NativeProps>(\n 'RNSScreenStackHeaderConfig',\n {}\n);\n"],"mappings":"AAAA,OAAOA,sBAAsB,MAAM,yDAAyD;AAuC5F,eAAeA,sBAAsB,CACnC,4BAA4B,EAC5B,CAAC,CACH,CAAC"}