works!
This commit is contained in:
@@ -287,6 +287,8 @@ export { Warning as WarningIcon } from '../../providers/ToastContainer/icons/War
|
||||
export {
|
||||
type RenderDocumentResult,
|
||||
type RenderDocumentServerFunction,
|
||||
ServerFunctionsContext,
|
||||
type ServerFunctionsContextType,
|
||||
ServerFunctionsProvider,
|
||||
useServerFunctions,
|
||||
} from '../../providers/ServerFunctions/index.js'
|
||||
|
||||
@@ -100,7 +100,7 @@ type GetFolderResultsComponentAndDataClient = (
|
||||
} & Omit<GetFolderResultsComponentAndDataArgs, 'req'>,
|
||||
) => ReturnType<typeof getFolderResultsComponentAndDataHandler>
|
||||
|
||||
type ServerFunctionsContextType = {
|
||||
export type ServerFunctionsContextType = {
|
||||
copyDataFromLocale: CopyDataFromLocaleClient
|
||||
getDocumentSlots: GetDocumentSlots
|
||||
getFolderResultsComponentAndData: GetFolderResultsComponentAndDataClient
|
||||
|
||||
Reference in New Issue
Block a user