@codeandfunction/callaloo 3.7.0 → 3.7.1
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.
- package/dist/components/Form/CLInput.vue.d.ts +3 -1
- package/dist/components/Form/CLTextArea.vue.d.ts +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +520 -511
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -144,6 +144,7 @@ export declare enum ColorVariants {
|
|
|
144
144
|
}
|
|
145
145
|
export type GenericFunction = (event?: Event) => void;
|
|
146
146
|
export type GenericFocusFunction = (event: FocusEvent) => void;
|
|
147
|
+
export type GenericInputFunction = (event?: Event) => void;
|
|
147
148
|
export declare enum HeadingLevels {
|
|
148
149
|
H1 = "h1",
|
|
149
150
|
H2 = "h2",
|