@linzjs/step-ag-grid
Version:
[](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
TypeScript
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;
};