Skip to content

Commit bd64458

Browse files
committed
fix(ui): add explicit StyleSheetLike type to openPropsTokenSheet export
1 parent 1a3fc40 commit bd64458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/open-props-tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { StyleSheet, type StyleSheetLike } from '@lessjs/core';
5555
* Components can adopt this stylesheet via `static styles` (DsdElement)
5656
* or `adoptedStyleSheets` (vanilla Web Components).
5757
*/
58-
export const openPropsTokenSheet = createTokenSheet();
58+
export const openPropsTokenSheet: StyleSheetLike = createTokenSheet();
5959

6060
function createTokenSheet(): StyleSheetLike {
6161
const sheet: StyleSheetLike = new StyleSheet();

0 commit comments

Comments
 (0)