UNPKG

@snowball-tech/fractal

Version:

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

12 lines (9 loc) 337 B
import './Logo.constants.js'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { LogoProps } from './Logo.types.js'; import 'react'; declare const Logo: { ({ brandVariant, pictoVariant, size, ...props }: LogoProps): false | react_jsx_runtime.JSX.Element; displayName: string; }; export { Logo, Logo as default };