UNPKG

@dtu-olp-2024/carousel-nocobase

Version:

A NocoBase plugin for carousel view display. Built for the DTU GreenHope project.

13 lines (12 loc) 340 B
import React from 'react'; export declare const CompareButton: () => React.JSX.Element; export declare const CompareButtonInitializer: { title: string; Component: () => React.JSX.Element; schema: { 'x-align': string; 'x-component': string; 'x-decorator': string; }; useVisible: () => boolean; };