UNPKG

use-boolean-state

Version:

React hook providing functions for boolean state handling

4 lines (2 loc) 127 B
import React from "react" export const Icon = ({children, label}) => <span role="img" aria-label={label}>{children}</span>