UNPKG

@polkadot/dev

Version:

A collection of shared CI scripts and development environment used by @polkadot projects

6 lines (5 loc) 246 B
import type { Props } from './JsxChild.js'; import React from 'react'; declare function Hidden({ children, className }: Props): React.ReactElement<Props>; declare const _default: React.MemoExoticComponent<typeof Hidden>; export default _default;