@vtex/admin-ui
Version:
> VTEX admin component library
16 lines (15 loc) • 783 B
TypeScript
import type { StyleObject } from '@vtex/admin-ui-core';
declare const box: StyleObject;
declare const menu: (scrollable: boolean) => StyleObject;
declare const option: (highlighted: boolean) => StyleObject;
declare const inputContainer: StyleObject;
declare const input: (open: boolean, standalone: boolean) => StyleObject;
declare const inputIcon: StyleObject;
declare const inputButton: StyleObject;
declare const label: StyleObject;
declare const footer: StyleObject;
declare const kbd: StyleObject;
declare const emptyContainer: StyleObject;
declare const emptyTitle: StyleObject;
declare const emptySubtitle: StyleObject;
export { box, menu, option, inputContainer, input, inputIcon, inputButton, label, footer, kbd, emptyContainer, emptyTitle, emptySubtitle, };