UNPKG

@snowball-tech/fractal

Version:

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

6 lines (5 loc) 231 B
export { Colors as CardColors, DEFAULT_COLOR as DEFAULT_CARD_COLOR } from './Card.constants.js'; export { default as Card } from './Card.js'; export { CardProps } from './Card.types.js'; import 'react/jsx-runtime'; import 'react';