@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
16 lines • 438 B
TypeScript
import { type MantineTheme } from '@mantine/core';
export declare const readOnlyInputStyles: (theme: MantineTheme) => {
wrapper: {
'--input-bd': string;
'--input-bg': string;
'--input-color': string;
'--input-placeholder-color': string;
};
label: {
'--input-asterisk-color': string;
};
input: {
cursor: string;
};
};
//# sourceMappingURL=ReadOnlyInputStyles.d.ts.map