UNPKG

@codama/renderers-rust

Version:
6 lines 202 B
import { BaseFragment } from '@codama/renderers-core'; import { ImportMap } from '../ImportMap'; export type Fragment = BaseFragment & { imports: ImportMap; }; //# sourceMappingURL=fragment.d.ts.map