UNPKG

caniemail

Version:

HTML and CSS Feature Support for Email Clients from caniemail.com

26 lines 1.14 kB
export declare const atRuleTitles: Record<string, string>; export declare const functionTitles: Record<string, string>; export declare const keywordTitles: Record<string, string>; export declare const propertyValuePairTitles: Record<string, readonly [string, string]>; export declare const propertyTitles: Record<string, string[]>; export declare const unitTitles: Record<string, string>; export declare const getMatchingPropertyValuePairTitles: ({ propertyName, propertyValue }: { propertyName: string; propertyValue: string; }) => string[]; export declare const getMatchingAtRuleTitles: ({ atRules }: { atRules: string[]; }) => string[]; export declare const getMatchingFunctionTitles: ({ propertyValue }: { propertyValue: string; }) => string[]; export declare const getMatchingKeywordTitles: ({ propertyValue }: { propertyValue: string; }) => string[]; export declare const getMatchingPropertyTitles: ({ propertyName }: { propertyName: string; }) => string[]; export declare const getMatchingUnitTitles: ({ propertyValue }: { propertyValue: string; }) => string[]; //# sourceMappingURL=css-titles.d.ts.map