@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
8 lines (7 loc) • 537 B
TypeScript
import { IHeaderPredicate } from "../interfaces/HeaderPredicate";
export declare function uriMatch(uri: string): IHeaderPredicate;
export declare function identifierMatch(identifier: string): IHeaderPredicate;
export declare function attributeItemNameMatch(name: string): IHeaderPredicate;
export declare function localIdentifierMatch(localIdentifier: string): IHeaderPredicate;
export declare function composedFromUri(uri: string): IHeaderPredicate;
export declare function composedFromIdentifier(identifier: string): IHeaderPredicate;