UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

4 lines (3 loc) 161 B
export type ThemeName = 'light' | 'dark' | 'system'; export declare const getDefaultThemeName: () => ThemeName; export declare const getDefaultTheme: () => any;