UNPKG

react-custom-tours

Version:

A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site

6 lines (5 loc) 168 B
type Props = { children: React.ReactNode; }; declare const TipsLayout: ({ children }: Props) => import("react/jsx-runtime").JSX.Element; export default TipsLayout;