UNPKG

149 BTypeScriptView Raw
1interface Props {
2 scripts?: boolean;
3 styles?: boolean;
4}
5export default function RequireSriFor({ scripts, styles }: Props): null;
6export {};