@kbfront/kb-ui
Version:
KB React UI Library
26 lines (24 loc) • 696 B
TypeScript
declare const styles: {
readonly "kb-toast": string;
readonly "top": string;
readonly "right": string;
readonly "left": string;
readonly "bottom": string;
readonly "icon": string;
readonly "kb-icon": string;
readonly "color-warning": string;
readonly "message": string;
readonly "close-icon": string;
readonly "fas": string;
readonly "fa-times": string;
readonly "warning": string;
readonly "success": string;
readonly "info": string;
readonly "error": string;
readonly "out": string;
readonly "leftAnimationOut": string;
readonly "leftAnimationIn": string;
readonly "rightAnimationOut": string;
readonly "rightAnimationIn": string;
};
export = styles;