MCPcopy Create free account
hub / github.com/Autodesk/react-base-table / action

Function action

website/src/utils/baseScope.js:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44const noop = () => {}
45const delay = ms => new Promise(resolve => setTimeout(resolve, ms))
46const action = message => args => console.log(message, args)
47
48const Table = React.forwardRef((props, ref) => (
49 <BaseTable ref={ref} width={700} height={400} {...props} />

Callers 3

AppClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected