Skip to content
On this page

Home > @plaidev/karte-action-sdk > TextLinkProps

TextLinkProps type

Signature:

typescript
type TextLinkProps = CommonProps & ClickableProps & LinkProps & WithIconProps & {
    label: string;
    // size
    size?: keyof typeof TEXT_LINK_SIZE;
    lineHeight?: number;
    fontSize?: Properties["fontSize"];
    // theme
    theme?: keyof typeof TEXT_LINK_THEME;
    color?: Properties["color"];
    // others
    underline?: keyof typeof TEXT_LINK_UNDERLINE;
    fontWeight?: Properties["fontWeight"];
};

References: CommonProps, ClickableProps, LinkProps, WithIconProps, TEXT_LINK_SIZE, TEXT_LINK_THEME, TEXT_LINK_UNDERLINE