5 lines
206 B
TypeScript
5 lines
206 B
TypeScript
// Compatibility shims for v1 MDX components used by ported framework docs.
|
|
// Each shim should be deleted as its referencing framework graduates from
|
|
// the v1 port to the new auto-gen pattern.
|
|
export {};
|