7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
|
import * as React from 'react';
|
||
|
/**
|
||
|
* Control the active open options path.
|
||
|
*/
|
||
|
declare const _default: () => [React.Key[], (activeValueCells: React.Key[]) => void];
|
||
|
export default _default;
|