@nexusui/components
Version:
These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.
28 lines (27 loc) • 759 B
TypeScript
declare const _default: {
'.NexusDialog-root': {
borderRadius: number;
'.NexusDialog-actions': {
p: number;
display: string;
justifyContent: string;
'.NexusDialog-actions-left': {
display: string;
alignItems: string;
justifyContent: string;
'& > *': {
marginRight: number;
};
};
'.NexusDialog-actions-right': {
display: string;
alignItems: string;
justifyContent: string;
'& > *': {
marginLeft: number;
};
};
};
};
};
export default _default;