UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

10 lines (9 loc) 509 B
import { ComponentStyle } from "../../core/system/index.types.js"; import { CSSModifierObject, CSSObject, CSSPropObject } from "../../core/css/index.types.js"; import "../../index.js"; //#region src/components/scroll-area/scroll-area.style.d.ts declare const scrollAreaStyle: ComponentStyle<CSSPropObject<CSSObject>, CSSModifierObject, CSSModifierObject>; type ScrollAreaStyle = typeof scrollAreaStyle; //#endregion export { ScrollAreaStyle, scrollAreaStyle }; //# sourceMappingURL=scroll-area.style.d.ts.map