design-system-simplefi
Version:
Design System for SimpleFi Applications
6 lines (5 loc) • 483 B
TypeScript
import { TextProps } from './Text.types';
declare const Text: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, TextProps, never>;
export default Text;
export declare const Strong: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, TextProps, never>;
export declare const Code: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, TextProps, never>;