first commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import * as vue from "vue";
|
||||
|
||||
//#region ../../packages/hooks/use-calc-input-width/index.d.ts
|
||||
declare function useCalcInputWidth(): {
|
||||
calculatorRef: vue.ShallowRef<HTMLElement | undefined, HTMLElement | undefined>;
|
||||
calculatorWidth: vue.Ref<number, number>;
|
||||
inputStyle: vue.ComputedRef<{
|
||||
minWidth: string;
|
||||
}>;
|
||||
};
|
||||
//#endregion
|
||||
export { useCalcInputWidth };
|
||||
Reference in New Issue
Block a user