UNPKG

rsbuild-plugin-react-router

Version:
7 lines (6 loc) 170 B
import type { Context } from 'react'; export interface Assets { scriptTags: string[]; styleTags: string[]; } export declare const AssetsContext: Context<Assets>;