@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
15 lines (14 loc) • 414 B
TypeScript
export declare const ClipboardStyles: {
contentWrapper: string;
header: (dark: boolean) => string;
selectionText: string;
card: (dark: boolean, customBgColor: string) => string;
toolbarWrapper: (dark: boolean) => string;
wrapper: string;
editor: string;
backgroundIcon: string;
exportButtonWrapper: string;
dialogContainer: string;
text: string;
textBox: string;
};