franken-ui
Version:
Franken UI is an HTML-first UI component library built on UIkit 3 and extended with LitElement, inspired by shadcn/ui.
23 lines (22 loc) • 522 B
TypeScript
declare const _default: {
'.uk-sticky': {
position: string;
zIndex: string;
boxSizing: string;
};
'.uk-sticky-fixed': {
margin: string;
WebkitBackfaceVisibility: string;
backfaceVisibility: string;
};
".uk-sticky[class*='uk-anmt-']": {
animationDuration: string;
};
'.uk-sticky.uk-anmt-reverse': {
animationDuration: string;
};
'.uk-sticky-placeholder': {
pointerEvents: string;
};
};
export default _default;