@justuno/template-library
Advanced tools
| /// <reference types="react" /> | ||
| import { TypographyProps } from "./Typography"; | ||
| type Option = { | ||
@@ -11,2 +12,3 @@ label: string | React.ReactElement; | ||
| value: string; | ||
| selectedTypographyProps?: TypographyProps; | ||
| rightIcon?: React.ReactElement; | ||
@@ -16,3 +18,3 @@ leftIcon?: React.ReactElement; | ||
| } | ||
| declare const Dropdown: ({ options, value, onChange, rightIcon, leftIcon, }: DropdownProps) => JSX.Element; | ||
| declare const Dropdown: ({ options, value, onChange, rightIcon, leftIcon, selectedTypographyProps, }: DropdownProps) => JSX.Element; | ||
| export default Dropdown; |
| /// <reference types="react" /> | ||
| declare const VariantSelection: ({ goal, setThemeVariant }: any) => JSX.Element; | ||
| declare const VariantSelection: ({ goal, setThemeVariant, renderDropdown }: any) => JSX.Element; | ||
| export default VariantSelection; |
+1
-1
| { | ||
| "name": "@justuno/template-library", | ||
| "version": "0.2.41", | ||
| "version": "0.2.42", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5126799
0.05%99595
0.03%