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.
38 lines (37 loc) • 820 B
TypeScript
declare const _default: {
'@media print': {
'*,*::before,*::after': {
background: string;
color: string;
boxShadow: string;
textShadow: string;
};
'a,a:visited': {
textDecoration: string;
};
'pre,blockquote': {
border: string;
pageBreakInside: string;
};
thead: {
display: string;
};
'tr,img': {
pageBreakInside: string;
};
img: {
maxWidth: string;
};
'@page': {
margin: string;
};
'p,h2,h3': {
orphans: string;
widows: string;
};
'h2,h3': {
pageBreakAfter: string;
};
};
};
export default _default;