theme.ts 138 B

1234
  1. export const PrismThemes = {
  2. OneLight: 'one-light',
  3. } as const;
  4. export type PrismThemes = typeof PrismThemes[keyof typeof PrismThemes];