@uploadcare/blocks
Version:
Building blocks for Uploadcare products integration
15 lines • 328 B
TypeScript
export function getButtons(): string;
export const buttonsModel: ({
action: string;
icon: string;
l10n_name: string;
set: string;
clr?: undefined;
} | {
clr: boolean;
action?: undefined;
icon?: undefined;
l10n_name?: undefined;
set?: undefined;
})[];
//# sourceMappingURL=buttons.d.ts.map