You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
636 B

export declare const CLASSNAME_SUFFIX_MAP: {
readonly gridGroup: "grid-group";
readonly mainGroup: "main-group";
readonly lineGroup: "line-group";
readonly tickGroup: "tick-group";
readonly labelGroup: "label-group";
readonly titleGroup: "title-group";
readonly grid: "grid";
readonly line: "line";
readonly lineFirst: "line-first";
readonly lineSecond: "line-second";
readonly tick: "tick";
readonly tickItem: "tick-item";
readonly label: "label";
readonly labelItem: "label-item";
readonly title: "title";
};
export type ClassNameSuffix = keyof typeof CLASSNAME_SUFFIX_MAP;