UNPKG

react-on-rails

Version:

react-on-rails JavaScript for react_on_rails Ruby gem

4 lines 269 B
import type { AuthenticityHeaders } from './types/index.ts'; export declare function authenticityToken(): string | null; export declare const authenticityHeaders: (otherHeaders?: Record<string, string>) => AuthenticityHeaders; //# sourceMappingURL=Authenticity.d.ts.map