UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

7 lines (6 loc) 233 B
import React from 'react'; export declare const CsrfProvider: ({ token, children, }: { token: string; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const useCsrfToken: () => string;