UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

6 lines (5 loc) 146 B
declare const listener: (callback: () => void, options?: { localSchema?: boolean; groups?: string[]; }) => void; export default listener;