@makolabs/ripple
Version:
Simple Svelte 5 powered component library ✨
129 lines (128 loc) • 2.91 kB
TypeScript
import { Color } from '../../variants.js';
export declare const card: import("tailwind-variants").TVReturnType<{
color: {
[Color.DEFAULT]: {
base: string;
title: string;
body: string;
};
[Color.PRIMARY]: {
base: string;
title: string;
body: string;
};
[Color.SECONDARY]: {
base: string;
title: string;
body: string;
};
[Color.INFO]: {
base: string;
title: string;
body: string;
};
[Color.SUCCESS]: {
base: string;
title: string;
body: string;
};
[Color.WARNING]: {
base: string;
title: string;
body: string;
};
[Color.DANGER]: {
base: string;
title: string;
body: string;
};
};
}, {
base: string;
title: string;
body: string;
}, undefined, {
color: {
[Color.DEFAULT]: {
base: string;
title: string;
body: string;
};
[Color.PRIMARY]: {
base: string;
title: string;
body: string;
};
[Color.SECONDARY]: {
base: string;
title: string;
body: string;
};
[Color.INFO]: {
base: string;
title: string;
body: string;
};
[Color.SUCCESS]: {
base: string;
title: string;
body: string;
};
[Color.WARNING]: {
base: string;
title: string;
body: string;
};
[Color.DANGER]: {
base: string;
title: string;
body: string;
};
};
}, {
base: string;
title: string;
body: string;
}, import("tailwind-variants").TVReturnType<{
color: {
[Color.DEFAULT]: {
base: string;
title: string;
body: string;
};
[Color.PRIMARY]: {
base: string;
title: string;
body: string;
};
[Color.SECONDARY]: {
base: string;
title: string;
body: string;
};
[Color.INFO]: {
base: string;
title: string;
body: string;
};
[Color.SUCCESS]: {
base: string;
title: string;
body: string;
};
[Color.WARNING]: {
base: string;
title: string;
body: string;
};
[Color.DANGER]: {
base: string;
title: string;
body: string;
};
};
}, {
base: string;
title: string;
body: string;
}, undefined, unknown, unknown, undefined>>;