document.d.ts 377 B

12345678910
  1. /** @type {InitialConstruct} */
  2. export const document: InitialConstruct;
  3. /**
  4. * Construct and its state.
  5. */
  6. export type StackItem = [Construct, ContainerState];
  7. import type { InitialConstruct } from 'micromark-util-types';
  8. import type { Construct } from 'micromark-util-types';
  9. import type { ContainerState } from 'micromark-util-types';
  10. //# sourceMappingURL=document.d.ts.map