UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 118 B
export const JSX_EXTENSIONS = ['.jsx', '.tsx']; export const SNIPPET_EXTENSIONS = ['.mdx', ...JSX_EXTENSIONS, '.md'];