gitextract_xzzs6w27/ ├── .gitignore ├── LICENSE ├── README.md ├── example/ │ ├── .gitignore │ ├── .npmignore │ ├── index.html │ ├── index.tsx │ ├── package.json │ ├── styles.css │ └── tsconfig.json ├── package.json ├── src/ │ ├── axe-mode.tsx │ ├── icons.tsx │ ├── index.tsx │ └── styles.css ├── test/ │ └── blah.test.tsx ├── tsconfig.json ├── tsdx.config.js └── types/ └── index.d.ts