react-inlinesvg
Version:
An SVG loader for React
17 lines (15 loc) • 427 B
text/typescript
import { t as CacheStore } from "./cache-DdM7QpJp.mjs";
import React, { ReactNode } from "react";
//#region src/provider.d.ts
interface Props {
children: ReactNode;
name?: string;
}
declare function CacheProvider({
children,
name
}: Props): React.JSX.Element;
declare function useCacheStore(): CacheStore | null;
//#endregion
export { CacheProvider as default, useCacheStore };
//# sourceMappingURL=provider.d.mts.map