Skip to content

Commit

Permalink
Pane package
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed Feb 26, 2023
1 parent bebc801 commit 650806c
Show file tree
Hide file tree
Showing 17 changed files with 17,256 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/pane/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
"extends": [
"../../.eslintrc.js"
],
};
11 changes: 11 additions & 0 deletions packages/pane/README.md
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
```
6 changes: 6 additions & 0 deletions packages/pane/lib/index.d.ts
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';
Loading

0 comments on commit 650806c

Please sign in to comment.