Design system.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

6 rader
149 B

  1. declare module 'react-refractor/all' {
  2. import { Props } from 'react-refractor';
  3. export default function Refractor(props: Props): JSX.Element;
  4. }