prlg-ui 1.8.292 → 1.8.293
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/rekaUI.d.ts +2 -2
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -3018,7 +3018,7 @@ declare interface TagProps {
|
|
|
3018
3018
|
colors?: TagColors;
|
|
3019
3019
|
}
|
|
3020
3020
|
|
|
3021
|
-
declare type TDayWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
|
|
3021
|
+
export declare type TDayWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
|
|
3022
3022
|
|
|
3023
3023
|
export declare const Textarea: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3024
3024
|
"update:modelValue": (value: string) => any;
|
|
@@ -3091,7 +3091,7 @@ export { TooltipRoot }
|
|
|
3091
3091
|
|
|
3092
3092
|
export { TooltipTrigger }
|
|
3093
3093
|
|
|
3094
|
-
declare type TShedule = Record<TDayWeek, {
|
|
3094
|
+
export declare type TShedule = Record<TDayWeek, {
|
|
3095
3095
|
active: boolean;
|
|
3096
3096
|
time: TTimeValue[];
|
|
3097
3097
|
}>;
|