Skip to content

Commit

Permalink
export the type used in manager-app
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Aug 29, 2024
1 parent 8ff2f50 commit e258d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './components'
export * as Components from './components'
export { tokens, baseTheme, lightTheme, darkTheme } from './tokens'
export type { DefaultTheme, EmptyObject, Accent, Mode } from './types'
export type { DefaultTheme, EmptyObject, Accent, Mode, ReactNodeNoStrings } from './types'
export type { Hue, Colors, Space } from './tokens'
export * from './css/theme.css'
export * from './tokens/color3'
1 change: 0 additions & 1 deletion components/src/types/focus-visible.d.ts

This file was deleted.

0 comments on commit e258d90

Please sign in to comment.