UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 95 B
/** * 随机颜色 */ declare function getRandomColor(): string; export { getRandomColor };