Variable wpAdminAntdThemeConst
wpAdminAntdTheme: {
components: { Select: { colorTextPlaceholder: string } };
token: { borderRadius: number; colorPrimary: string };
} = ...
Type Declaration
components: { Select: { colorTextPlaceholder: string } }
token: { borderRadius: number; colorPrimary: string }
Shared Ant Design theme for WordPress admin shells.
colorPrimarymatches WP admin "modern" / default (wp-admin/css/colors/modern).