UNPKG

122 BTypeScriptView Raw
1interface Props {
2 types: string | string[];
3}
4export default function PluginTypes({ types }: Props): null;
5export {};