UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

16 lines (13 loc) 402 B
"use strict"; import { defineTokens } from '../../styled-system/config.js'; const cursor = defineTokens.cursor({ button: { value: "pointer" }, checkbox: { value: "default" }, disabled: { value: "not-allowed" }, menuitem: { value: "default" }, option: { value: "default" }, radio: { value: "default" }, slider: { value: "default" }, switch: { value: "pointer" } }); export { cursor };