UNPKG

siegel

Version:

Web application development ecosystem

9 lines (8 loc) 292 B
import type { Component, Props } from './types'; declare const componentID = "-ui-tabs"; declare const Tabs: import("../_internals/types").CoreUIComponent<Props, NonNullableProps<{ theme: Props["theme"]; }>>; export default Tabs; export { componentID }; export type { Component, Props };