- import { TransformComponent as TC } from '../runtime';
- export type PackOptions = Record<string, unknown>;
- /**
- * Uniform pack to avid overlap.
- * @todo Improve or change algorithm to increase space usage.
- * @todo Take some special case into account.
- */
- export declare const Pack: TC<PackOptions>;
|