devowl-wp
    Preparing search index...
    wpAdminAntdTheme: {
        components: { Select: { colorTextPlaceholder: string } };
        token: { borderRadius: number; colorPrimary: string };
    } = ...

    Shared Ant Design theme for WordPress admin shells. colorPrimary matches WP admin "modern" / default (wp-admin/css/colors/modern).

    Type Declaration

    • components: { Select: { colorTextPlaceholder: string } }
    • token: { borderRadius: number; colorPrimary: string }