UNPKG

@cmk/fe_utils

Version:
24 lines (22 loc) 611 B
import { CSS_ALIGN, CSS_JUSTIFY } from '../../../defs'; import { ExtendedObjectSchemaType } from '../../schemaTypes'; export declare const alignButtons: { value: CSS_ALIGN; icon: string; tooltip: string; }[]; export declare const directionButtons: ({ value: string; icon: string; tooltip: string; } | null)[]; export declare const justifyButtons: ({ value: CSS_JUSTIFY; icon: string; tooltip: string; } | { value: CSS_JUSTIFY; icon: import("react/jsx-runtime").JSX.Element; tooltip: string; })[]; export declare const stackPropsSchema: ExtendedObjectSchemaType;