-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d1845b
commit 65e0978
Showing
17 changed files
with
420 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
import Menu from './menu' | ||
import { Layout } from './layout' | ||
|
||
export type LayoutComponentType = typeof Layout & { | ||
Menu: typeof Menu | ||
} | ||
;(Layout as LayoutComponentType).Menu = Menu | ||
|
||
export type LayoutComponentType = typeof Layout | ||
export type { LayoutProps } from './layout' | ||
export default Layout as LayoutComponentType |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.