UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 284 B
export declare class ThemeColorHelper { /** * Extracts the color from a theme string * @param value The theme string (e.g.: "[theme:neutralDark, default: #212121]") */ static GetThemeColor(value: string): string; } //# sourceMappingURL=ThemeColorHelper.d.ts.map