UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

8 lines 234 B
import { down } from './down.js'; import { up } from './up.js'; export declare const localizeStatus: { down: typeof down; up: typeof up; }; export type { LocalizeStatusArgs } from './up.js'; //# sourceMappingURL=index.d.ts.map