Comparing version 1.0.8 to 1.0.9
@@ -32,2 +32,3 @@ declare module 'darkly' { | ||
type?: EButtonType; | ||
onClick?: Function; | ||
} | ||
@@ -113,2 +114,3 @@ export const Button: (props: IButton) => JSX.Element; | ||
selected?: boolean; | ||
onClick?: Function; | ||
} | ||
@@ -115,0 +117,0 @@ export const VIconsMenuButton: (props: IVIconsMenuButton) => JSX.Element; |
{ | ||
"name": "darkly", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Dark React Starter Template + UI Kit", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -22,2 +22,8 @@ # ⋆⁺。☆ Darkly ☆。⁺⋆ | ||
3. Import CSS file: | ||
```tsx | ||
import 'darkly/dist/darkly.min.css'; | ||
``` | ||
## Components | ||
@@ -76,2 +82,3 @@ | ||
type?: EButtonType; | ||
onClick?: Function; | ||
} | ||
@@ -246,2 +253,3 @@ ``` | ||
selected?: boolean; | ||
onClick?: Function; | ||
} | ||
@@ -248,0 +256,0 @@ |
@@ -1,2 +0,1 @@ | ||
// import './css/index.pcss'; | ||
export * from './ui/menus/icons-menu/VIconsMenu'; | ||
@@ -3,0 +2,0 @@ export * from './ui/panels/Panel'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3521877
30563
479