UNPKG

concis

Version:

Concis Component library for PC

4 lines (3 loc) 448 B
declare const darkDropdownStyle: string; declare const animationStyle = "\n .fadeContent-enter,\n .fadeContent-appear {\n opacity: 0;\n }\n\n .fadeContent-enter-active,\n .fadeContent-appear-active {\n opacity: 1;\n transition: opacity 200ms;\n }\n\n .fadeContent-exit {\n opacity: 1;\n }\n\n .fadeContent-exit-active {\n opacity: 0;\n transition: opacity 200ms;\n }\n"; export { darkDropdownStyle, animationStyle };