@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
24 lines (21 loc) • 690 B
TypeScript
import * as tailwind_variants from 'tailwind-variants';
declare const SkeletonStylesDefaults: {
readonly shape: "rect";
};
declare const SkeletonStyles: tailwind_variants.TVReturnType<{
shape: {
circ: string;
rect: string;
};
}, undefined, "fg-primary-bold bg-interactive-disabled px-l py-s motion-safe:animate-pulse", {
shape: {
circ: string;
rect: string;
};
}, undefined, tailwind_variants.TVReturnType<{
shape: {
circ: string;
rect: string;
};
}, undefined, "fg-primary-bold bg-interactive-disabled px-l py-s motion-safe:animate-pulse", unknown, unknown>>;
export { SkeletonStyles, SkeletonStylesDefaults };