All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.composables.component.mjs Maven / Gradle / Ivy

// Utilities
import { propsFactory } from "../util/propsFactory.mjs"; // Types
// Composables
export const makeComponentProps = propsFactory({
  class: [String, Array, Object],
  style: {
    type: [String, Array, Object],
    default: null
  }
}, 'component');
//# sourceMappingURL=component.mjs.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy