diff --git a/index.d.ts b/index.d.ts index 4d1881d1b03..390967c0efe 100644 --- a/index.d.ts +++ b/index.d.ts @@ -6,6 +6,8 @@ declare module '@primer/components' { export interface BaseProps extends React.Props { as?: React.ReactType + className?: string + css?: string title?: string // NOTE(@mxstbr): Necessary workaround to make work to?: History.LocationDescriptor