We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2454e54 commit efce1ddCopy full SHA for efce1dd
packages/main/src/interfaces/CommonProps.ts
@@ -15,6 +15,5 @@ export interface CommonProps extends HTMLAttributes<HTMLElement> {
15
* A tooltip which will be shown on hover
16
*/
17
tooltip?: string;
18
- slot?: string;
19
ref?: Ref<any>;
20
}
shared/stories/DocsCommonProps.ts
@@ -15,5 +15,11 @@ export const DocsCommonProps = {
table: { category: 'Common props' },
type: 'string',
description: 'A tooltip which will be shown on hover'
+ },
+ slot: {
+ table: { disable: true }
21
22
+ ref: {
23
24
25
};
0 commit comments