active-table
Version:
Framework agnostic table component for editable data experience
10 lines • 376 B
TypeScript
export declare class Browser {
static readonly IS_FIREFOX: boolean;
static readonly IS_SAFARI: boolean;
static readonly IS_CHROMIUM: boolean;
private static createDateInput;
static readonly IS_INPUT_DATE_SUPPORTED: boolean;
private static createColorInput;
static readonly IS_COLOR_PICKER_SUPPORTED: boolean;
}
//# sourceMappingURL=browser.d.ts.map