UNPKG

@snowball-tech/fractal

Version:

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

11 lines (8 loc) 309 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { HeaderProps } from './Header.types.js'; import 'react'; declare const Header: { ({ children, left, onClick, right, ...props }: HeaderProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Header, Header as default };