import { SDKPropsMappings } from '@local-logic/types'; export type SDKKeys = keyof SDKPropsMappings; export interface On { change: SDKPropsMappings[T]["onChange"]; } export type Options = Pick; export type { SDKPropsMappings }; //# sourceMappingURL=types.d.ts.map