@react-md/card
Version:
Create interactable cards from the material design specifications.
27 lines (26 loc) • 919 B
TypeScript
declare const _default: {
"rmd-card-elevation": number;
"rmd-card-light-background-color": string;
"rmd-card-dark-elevation-background-color": string;
"rmd-card-dark-background-color": string;
"rmd-card-background-color": string;
"rmd-card-color": string;
"rmd-card-secondary-color": string;
"rmd-card-base-elevation": number;
"rmd-card-raised-elevation": number;
"rmd-card-border-radius": string;
"rmd-card-header-padding": string;
"rmd-card-header-padding-top": string;
"rmd-card-header-spacing": string;
"rmd-card-content-padding": string;
"rmd-card-content-padding-extra": string;
"rmd-card-actions-padding": string;
"rmd-card-border-color": string;
"rmd-card-border-width": string;
"rmd-card-theme-values": {
"background-color": string;
color: string;
"secondary-color": string;
};
};
export default _default;