@bund-x/core
Version:
Master Components Core Library
7 lines • 331 B
TypeScript
export const ops: "Ooops, Something went wrong! you might not have the right permissions to preform this action, if you do, try again";
export function snackbarProps(variant: any, autoHideDuration: any, persist: any): {
variant: any;
autoHideDuration: any;
persist: any;
};
//# sourceMappingURL=Constants.d.ts.map