@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
12 lines (11 loc) • 347 B
TypeScript
import { TextToastTextAlign } from './TextToast.types';
declare const CLASS_PREFIX = "md-text-toast";
declare const STYLE: {
wrapper: string;
text: string;
};
declare const ALIGNMENTS: Record<string, TextToastTextAlign>;
declare const DEFAULTS: {
ALIGNMENT: TextToastTextAlign;
};
export { CLASS_PREFIX, DEFAULTS, STYLE, ALIGNMENTS };