{"version":3,"sources":["../../../src/admin/elements/WithServerSideProps.ts"],"sourcesContent":["import type React from 'react'\n\nimport type { ServerProps } from '../../config/types.js'\n\nexport type WithServerSidePropsComponentProps = {\n [key: string]: any\n Component: React.ComponentType\n serverOnlyProps: ServerProps\n}\n\nexport type WithServerSidePropsComponent = React.FC\n"],"names":[],"mappings":"AAUA,WAAsF"}