Preview: NonceProvider.d.ts
Size: 289 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-select/dist/declarations/src/NonceProvider.d.ts
import * as React from 'react';
import { ReactNode } from 'react';
interface NonceProviderProps {
nonce: string;
children: ReactNode;
cacheKey: string;
}
declare const _default: ({ nonce, children, cacheKey }: NonceProviderProps) => React.JSX.Element;
export default _default;
Directory Contents
Dirs: 8 × Files: 17