UNPKG

react-select

Version:
10 lines (9 loc) 289 B
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;