@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
12 lines (11 loc) • 463 B
TypeScript
import { o as PictoColors, s as Sizes, t as BrandColors } from "./Logo.constants-B9xLr-2R.js";
import { AllHTMLAttributes } from "react";
//#region src/components/Logo/Logo.types.d.ts
interface LogoProps extends Omit<AllHTMLAttributes<HTMLOrSVGElement>, 'size'> {
brandVariant?: keyof typeof BrandColors;
pictoVariant?: keyof typeof PictoColors;
size?: `${Sizes}`;
}
//#endregion
export { LogoProps as t };
//# sourceMappingURL=Logo.types-ChiLVGs9.d.ts.map