Skip to content

Commit 425379d

Browse files
committed
🐞 lada/prefix: fix types for native build
1 parent dd61b20 commit 425379d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { TStyle } from './style'
22

33
export const prefixStyle = (styles: TStyle): TStyle => styles
4-
export * from './types'
5-
export * from './style'
4+
export type { TStylePrefix } from './types'
5+
export type { TStyle, TStyleKey } from './style'

0 commit comments

Comments
 (0)