MCPcopy Index your code
hub / github.com/react-bootstrap/react-bootstrap / BootstrapMetadata

Interface BootstrapMetadata

www/src/hooks/useBootstrapMetadata.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { usePluginData } from '@docusaurus/useGlobalData';
2
3interface BootstrapMetadata {
4 bootstrapVersion: string;
5 bootstrapDocsUrl: string;
6 bootstrapCssHash: string;
7 rbVersion: string;
8}
9
10export default function useBootstrapMetadata(): BootstrapMetadata {
11 return usePluginData('bootstrap-metadata-plugin') as BootstrapMetadata;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…