UNPKG

@crossed/demo

Version:

A universal & performant styling library for React Native, Next.js & React

7 lines 225 B
import type { Props } from '../../props'; declare const BadgeDemo: { ({ color, size }: Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { BadgeDemo }; //# sourceMappingURL=Badge.d.ts.map