UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 153 B
import * as React from 'react'; export var CnTabContext = React.createContext({ activeKey: -1, fullWidth: true, change: function () { }, });