UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

12 lines (11 loc) 229 B
// (C) 2007-2019 GoodData Corporation export interface IExtendedDateFilterErrors { absoluteForm?: { from?: string; to?: string; }; relativeForm?: { from?: string; to?: string; }; }