UNPKG

@devkitvue/filemanager

Version:

Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and beha

17 lines (16 loc) 486 B
import { AppFormSections, BucketCreateUpdateRequest } from '@devkitvue/config'; export declare const bucketInput: { $formkit: string; useButtons: boolean; options: string; responseOptionsKey: string; optionValue: string; optionLabel: string; validation: string; prefixIcon: string; showClear: boolean; outerClass: string; name: string; placeholder: string; }; export declare const bucketsForm: AppFormSections<BucketCreateUpdateRequest>;