@targoninc/jess-components 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,6 @@ export declare function heading(config: HeadingConfig): AnyElement;
|
|
|
13
13
|
export declare function icon(config: IconConfig): Signal<AnyElement>;
|
|
14
14
|
export declare function select<T = any>(config: SelectConfig<T>): AnyElement;
|
|
15
15
|
export declare function searchableSelect<T = any>(config: SearchableSelectConfig<T>): AnyElement;
|
|
16
|
-
export declare function searchSelectOption<T = any>(config: SelectOptionConfig<T>):
|
|
16
|
+
export declare function searchSelectOption<T = any>(config: SelectOptionConfig<T>): AnyElement;
|
|
17
17
|
export declare function checkbox(config: BooleanConfig): AnyElement;
|
|
18
18
|
export declare function toggle(config: BooleanConfig): AnyElement;
|