UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

15 lines (14 loc) 456 B
//#region src/button/context.d.ts interface ButtonContextValue { disabled?: boolean; size?: string; variant?: string; intent?: string; isDropDown?: boolean; hasTextContent?: boolean; isLoading?: boolean; } declare const ButtonProvider: import("react").Provider<ButtonContextValue>, useButtonContext: () => ButtonContextValue; //#endregion export { ButtonContextValue, ButtonProvider, useButtonContext }; //# sourceMappingURL=context.d.ts.map