Skip to content

Commit

Permalink
fix: ensure getThemeStyles ts def is included in build
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony9187 committed Sep 25, 2024
1 parent a5ea95f commit ced87b5
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 ced87b5

Please sign in to comment.