UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

69 lines (68 loc) 2.77 kB
/* * Copyright 2025 The Kubernetes Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export * from './ActionButton'; export { default as ActionButton } from './ActionButton'; export * from './BackLink'; export * from './Chart'; export * from './Dialog'; export * from './EmptyContent'; export { default as EmptyContent } from './EmptyContent'; export * from './InnerTable'; export { default as InnerTable } from './InnerTable'; export * from './Label'; export * from './LabelListItem'; export { default as LabelListItem } from './LabelListItem'; export * from './Link'; export { default as Link } from './Link'; export * from './Loader'; export { default as Loader } from './Loader'; export * from './LogViewer'; export * from './NameValueTable'; export { default as NameValueTable } from './NameValueTable'; export * from './ObjectEventList'; export { default as ObjectEventList } from './ObjectEventList'; export * from './Resource'; export * as Resource from './Resource'; export * from './Resource/EditorDialog'; export { default as EditorDialog } from './Resource/EditorDialog'; export * from './SectionBox'; export * from './SectionFilterHeader'; export { default as SectionFilterHeader } from './SectionFilterHeader'; export * from './SectionHeader'; export { default as SectionHeader } from './SectionHeader'; export * from './ShowHideLabel'; export { default as ShowHideLabel } from './ShowHideLabel'; export * from './SimpleTable'; export { default as SimpleTable } from './SimpleTable'; export * from './Tabs'; export { default as Tabs } from './Tabs'; export * from './Terminal'; export { default as Terminal } from './Terminal'; export * from './TileChart'; export { default as TileChart } from './TileChart'; export * from './TimezoneSelect'; export { default as TimezoneSelect } from './TimezoneSelect'; export { default as BackLink } from './BackLink'; export * from './BackLink'; export * from './Tooltip'; export { default as ErrorPage } from './ErrorPage'; export * from './ErrorPage'; export * from './ConfirmButton'; export { default as ConfirmButton } from './ConfirmButton'; export * from './NamespacesAutocomplete'; export * from './Table/Table'; export { default as Table } from './Table'; export * from './CreateResourceButton';