UNPKG

@carbon/ibm-products-web-components

Version:

Carbon for IBM Products Web Components

30 lines (29 loc) 1.6 kB
/** * @license * * Copyright IBM Corp. 2024, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import '@carbon/web-components/es-custom/components/tabs/index.js'; import '@carbon/web-components/es-custom/components/text-input/index.js'; import '@carbon/web-components/es-custom/components/textarea/index.js'; import '@carbon/web-components/es-custom/components/tabs/index.js'; import '@carbon/web-components/es-custom/components/slug/index.js'; import '@carbon/web-components/es-custom/components/dropdown/index.js'; import '@carbon/web-components/es-custom/components/progress-indicator/index.js'; import '@carbon/web-components/es-custom/components/progress-bar/index.js'; import './index'; export declare const influencers: { 'No influencer': number; 'Simple influencer': number; 'Progress influencer': number; }; export declare const getInfluencer: (index: any) => import("lit-html").TemplateResult<1> | null; export declare const getContent: (index: any) => import("lit-html").TemplateResult<1> | null; export declare const getLabel: (index: any) => import("lit-html").TemplateResult<1> | null; export declare const getActionToolbarItems: (index: any) => import("lit-html").TemplateResult<1> | null; export declare const getActionItems: (index: any) => import("lit-html").TemplateResult<1>[] | null; export declare const getNavigation: (index: any) => import("lit-html").TemplateResult<1> | null; export declare const getSlug: (index: any) => import("lit-html").TemplateResult<1> | null;