fix(typings): export all prop types

This commit is contained in:
Jonas Dellinger
2022-06-05 15:07:47 +02:00
parent a3c1a7c7b7
commit 7f9dfc5910
8 changed files with 15 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ import { FC } from 'react';
import { CommonUIModule } from '../webpack';
interface ButtonProps {
export interface ButtonProps {
className?: string;
noFocusRing?: boolean;
disabled?: boolean;