Variable LinkDefinitionConst
LinkDefinition: {
classNames: { root: "bui-Link" };
dataAttributes: {
color: readonly [
"primary",
"secondary",
"danger",
"warning",
"success",
];
truncate: readonly [true, false];
variant: readonly ["subtitle", "body", "caption", "label"];
weight: readonly ["regular", "bold"];
};
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-Link" }
ReadonlydataAttributes: {
color: readonly ["primary", "secondary", "danger", "warning", "success"];
truncate: readonly [true, false];
variant: readonly ["subtitle", "body", "caption", "label"];
weight: readonly ["regular", "bold"];
}
Component definition for Link