UNPKG

react-on-rails

Version:

react-on-rails JavaScript for react_on_rails Ruby gem

9 lines (8 loc) 252 B
import type { AuthenticityHeaders } from './types/index'; declare const _default: { authenticityToken(): string | null; authenticityHeaders(otherHeaders?: { [id: string]: string; }): AuthenticityHeaders; }; export default _default;