UNPKG

@linzjs/step-ag-grid

Version:

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) > Reusable [ag-grid](https://www.ag-grid.com/) component for LINZ / Toitū te whenua.

12 lines (11 loc) 376 B
import { IconName } from '@linzjs/lui/dist/components/LuiIcon/LuiIcon'; export declare const gridCopyOptions: Record<string, { text: string; icon: IconName; developer?: boolean; }>; export type CopyOptionsKey = keyof typeof gridCopyOptions; export declare const useGridCopySettings: () => { copyType: string; setCopyType: (key: CopyOptionsKey) => void; };