-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
bebc801
commit 650806c
Showing
17 changed files
with
17,256 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module.exports = { | ||
"extends": [ | ||
"../../.eslintrc.js" | ||
], | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# `@electrocrud/pane` | ||
|
||
> TODO: description | ||
## Usage | ||
|
||
``` | ||
const pane = require('@electrocrud/pane'); | ||
// TODO: DEMONSTRATE API | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export { Pane, PaneOptions, PaneProperties } from './pane.js'; | ||
export { UsePaneHookReturnType, usePaneHook } from './use-pane-hook.js'; | ||
export { PaneContext, PaneContextProvider, PaneContextProviderProperties, PaneContextType } from './pane-context.js'; | ||
import 'react'; | ||
import '@chakra-ui/react'; | ||
import 'ts-toolbelt'; |
Oops, something went wrong.