UNPKG

@snowball-tech/fractal

Version:

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

8 lines (5 loc) 250 B
import * as react from 'react'; import { TabProps } from './Tabs.types.js'; import './Tabs.constants.js'; declare const Tab: react.ForwardRefExoticComponent<TabProps & react.RefAttributes<HTMLButtonElement | null>>; export { Tab, Tab as default };