Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antpaw committed Nov 26, 2024
1 parent 4cf4ef8 commit 90de4b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/modules/Content/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export const Content = {
Root: ContentRoot,
}

export {
export type {
/**
* @deprecated use ContentRootProps instead
*/
type ContentRootProps as ContentProps,
type ContentRootProps,
ContentRootProps as ContentProps,
ContentRootProps,
} from './ContentRoot'
8 changes: 4 additions & 4 deletions src/modules/Shell/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ export const Shell = {
Root: ShellRoot,
}

export {
export type {
/**
* @deprecated use `ShellRootProps` instead
*/
type ShellContainerProps as ShellProps,
ShellContainerProps as ShellProps,
/**
* @deprecated use `ShellRootProps` instead
*/
type ShellContainerProps as ShellProviderProps,
type ShellRootProps,
ShellContainerProps as ShellProviderProps,
ShellRootProps,
} from './ShellRoot'

0 comments on commit 90de4b9

Please sign in to comment.