aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/color/index.ts
blob: 5bedc086736a5d63572adf93b165efed14a1ff72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { ColorDefinition } from '../../..';
import space from './space';

const color: ColorDefinition = {
  space,
};

export default color;