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.

4 lines (3 loc) 346 B
export declare const MISSING_EXECUTE_PERMISSIONS_ERROR_PREFIX = "Missing execute permissions on"; export declare const getClientErrorMessageForTaskBackedComponent: (errorMessage: string, componentName: string) => string; export declare const getInternalErrorMessageForTaskBackedComponent: (errorMessage: string, componentName: string) => string;