UNPKG

caniemail

Version:

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

13 lines 584 B
import * as CSSWhat from 'css-what'; type SelectorDetector = (selectors: CSSWhat.Selector[][]) => boolean; export declare const selectorDetectorsMap: Record<string, SelectorDetector>; export declare const psuedoSelectorTitles: Record<string, string>; export declare const selectorTitles: Record<string, SelectorDetector>; export declare const getMatchingSelectorTitles: ({ selector }: { selector: string; }) => string[]; export declare const getMatchingPseudoSelectorTitles: ({ selector }: { selector: string; }) => string[]; export {}; //# sourceMappingURL=selectors.d.ts.map