UNPKG

@polkadot/dev

Version:

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

7 lines (6 loc) 251 B
import { jsxs as _jsxs } from "react/jsx-runtime"; import React from 'react'; function Child({ children, className, label }) { return (_jsxs("div", { className: className, children: [label || '', children] })); } export default React.memo(Child);