Files

4 lines
169 B
TypeScript
Raw Permalink Normal View History

import type { HeightMapToken, SeedToken } from '../../interface';
declare const genControlHeight: (token: SeedToken) => HeightMapToken;
export default genControlHeight;