UNPKG

@yamada-ui/react

Version:

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

3 lines 225 B
import { NoticeProvider, NoticeProviderProps } from "./notice-provider.js"; import { UseNoticeOptions, useNotice } from "./use-notice.js"; export { NoticeProvider, type NoticeProviderProps, type UseNoticeOptions, useNotice };