@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
59 lines • 3.13 kB
TypeScript
export default StaticAlert;
declare function StaticAlert({ headerText, bodyText, className, inputProps, children, color, }: {
headerText: any;
bodyText: any;
className: any;
inputProps?: {};
children: any;
color?: string;
}): React.JSX.Element;
declare namespace StaticAlert {
let propTypes: {
value: import("prop-types").Requireable<any>;
values: import("prop-types").Requireable<object>;
errors: import("prop-types").Requireable<object>;
touched: import("prop-types").Requireable<object>;
field: import("prop-types").Requireable<object>;
meta: import("prop-types").Requireable<object>;
helpers: import("prop-types").Requireable<object>;
isRequired: import("prop-types").Requireable<boolean>;
isInvalid: import("prop-types").Requireable<boolean>;
onChange: import("prop-types").Requireable<(...args: any[]) => any>;
ariaAttributes: import("prop-types").Requireable<import("prop-types").InferProps<{
'aria-labelledby': import("prop-types").Requireable<string>;
'aria-describedby': import("prop-types").Requireable<string>;
'aria-required': import("prop-types").Requireable<string>;
'aria-invalid': import("prop-types").Requireable<string>;
'aria-readonly': import("prop-types").Requireable<string>;
'aria-disabled': import("prop-types").Requireable<string>;
}>>;
fieldIds: import("prop-types").Requireable<import("prop-types").InferProps<{
fieldId: import("prop-types").Requireable<string>;
label: import("prop-types").Requireable<string>;
helpText: import("prop-types").Requireable<string>;
errorMessage: import("prop-types").Requireable<string>;
labelProps: import("prop-types").Requireable<import("prop-types").InferProps<{
for: import("prop-types").Requireable<string>;
id: import("prop-types").Requireable<string>;
}>>;
ariaProps: import("prop-types").Requireable<import("prop-types").InferProps<{
labelledby: import("prop-types").Requireable<string>;
describedby: import("prop-types").Requireable<string>;
errorMessage: import("prop-types").Requireable<string>;
}>>;
}>>;
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
readOnly: import("prop-types").Requireable<boolean>;
disabled: import("prop-types").Requireable<boolean>;
viewMode: import("prop-types").Requireable<boolean>;
stepId: import("prop-types").Requireable<string>;
hideEmptyValues: import("prop-types").Requireable<boolean>;
key: import("prop-types").Requireable<string>;
label: import("prop-types").Requireable<string>;
helpText: import("prop-types").Requireable<string>;
className: import("prop-types").Requireable<string>;
inputProps: import("prop-types").Requireable<object>;
};
}
import React from 'react';
//# sourceMappingURL=StaticAlert.d.ts.map