franken-ui
Version:
Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.
29 lines (28 loc) • 668 B
TypeScript
declare const _default: {
'.uk-slideshow': {
WebkitTapHighlightColor: string;
};
'.uk-slideshow-items': {
position: string;
zIndex: string;
margin: string;
padding: string;
listStyle: string;
overflow: string;
WebkitTouchCallout: string;
touchAction: string;
};
'.uk-slideshow-items > *': {
position: string;
top: string;
left: string;
right: string;
bottom: string;
overflow: string;
willChange: string;
};
'.uk-slideshow-items > :not(.uk-active)': {
display: string;
};
};
export default _default;