options.d.ts 68 B

123
  1. export declare type options = {
  2. noIsPseudoSelector: boolean;
  3. };