UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

8 lines (7 loc) 294 B
import { TabProps } from "./Tabs.types.js"; import * as _$react from "react"; //#region src/components/Tabs/Tab.d.ts declare const Tab: _$react.ForwardRefExoticComponent<TabProps & _$react.RefAttributes<HTMLButtonElement | null>>; //#endregion export { Tab }; //# sourceMappingURL=Tab.d.ts.map