UNPKG

@shapediver/sdk.sdtf-primitives

Version:
8 lines 458 B
import { ISdtfIntegration, ISdtfTypeReader, ISdtfTypeWriter, ISdtfWriteableComponentFactory } from '@shapediver/sdk.sdtf-core'; export declare class SdtfPrimitiveTypeIntegration implements ISdtfIntegration { isTypeHintSupported(typeHintName: string): boolean; init(): Promise<void>; getReader(): ISdtfTypeReader; getWriter(factory: ISdtfWriteableComponentFactory): ISdtfTypeWriter; } //# sourceMappingURL=SdtfPrimitiveTypeIntegration.d.ts.map