Skip to content

Commit

Permalink
fix: ensure getThemeStyles ts def is included in build (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony9187 authored Sep 25, 2024
1 parent a5ea95f commit 3d9b659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { ComponentStyleConfig } from '../types/types.js';
import type { ComponentStyleConfig } from '../types/types.js';

export declare function makeComponentStyles<T>(
{ themeKeys, base, themeStyles, tones, modes, modeKeys, toneKeys }: ComponentStyleConfig,
Expand Down

0 comments on commit 3d9b659

Please sign in to comment.