UNPKG

@tidy-ui/code

Version:

The Code component elegantly displays preformatted text, such as JavaScript code, on your webpage while maintaining its original format. With a convenient copy-to-clipboard button and seamless theming, sharing and styling code has never been smoother.

4 lines (3 loc) 238 B
import { ICodeProps } from './types'; declare const IconStyle: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<ICodeProps, import("@tidy-ui/commons").ITidyUITheme>>; export { IconStyle };