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.

39 lines
844 B

declare const _default: {
android: {
regular: {
fontFamily: string;
fontWeight: string;
};
light: {
fontFamily: string;
fontWeight: string;
};
condensed: {
fontFamily: string;
fontWeight: string;
};
condensed_light: {
fontFamily: string;
fontWeight: string;
};
black: {
fontFamily: string;
fontWeight: string;
};
thin: {
fontFamily: string;
fontWeight: string;
};
medium: {
fontFamily: string;
fontWeight: string;
};
bold: {
fontFamily: string;
fontWeight: string;
};
};
default: {};
};
export default _default;