UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

6 lines (5 loc) 202 B
export declare const CHECKBOX_ACTION_COLUMN_ID = "__selection"; export declare const ROW_ACTION_COLUMN_ID = "__rowAction"; export declare const isActionColumn: (column: { id: string; }) => boolean;