UNPKG

@workday/canvas-kit-docs

Version:

Documentation components of Canvas Kit components

13 lines 521 B
/** * Special component that taps into @mdx-js/react components that are used by both Storybook and the * Canvas Site. This means our docs can use the same components used in our MDX files without * needing to use MDX directly. */ export declare const MDX: import("@workday/canvas-kit-react").ElementComponent<"div", unknown>; /** * Custom MDX to JSX parsing */ export declare const MdxJSToJSX: (props: { children: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MDXElements.d.ts.map