12 lines
349 B
JavaScript
12 lines
349 B
JavaScript
'use client';
|
|
|
|
import { codegenNativeComponent } from 'react-native';
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
|
|
export default codegenNativeComponent('RNSScreenStackHeaderConfig', {
|
|
interfaceOnly: true
|
|
});
|
|
//# sourceMappingURL=ScreenStackHeaderConfigNativeComponent.js.map
|