/** * 创建默认的原件提示 * * 时间范围用默认的 * * @param atomicType 原件类型 * @param props 原件props * @returns */ export declare function getOrCreatePlaceholder(atomicType: T, atomicProps: AtomicProps[T]): string; //# sourceMappingURL=placeholder.d.ts.map