config.ts 85 B

1234567
  1. type Config = {
  2. zIndex: number;
  3. };
  4. export const config: Config = {
  5. zIndex: 600
  6. };