MCPcopy
hub / github.com/elementalui/elemental / getPageNumbers

Function getPageNumbers

test/components/Pagination-test.js:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12const getPageNumbers = props => getList(props)
13 .children()
14 .get()
15 .map(node => node.props.children);
16
17
18test('Pagination. Basics', t => {

Callers 1

Pagination-test.jsFile · 0.85

Calls 1

getListFunction · 0.85

Tested by

no test coverage detected