mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:31:19 +08:00
REMOVE deprecated APIs from app/angular
This commit is contained in:
parent
f3fea326d2
commit
2d66c93253
@ -20,10 +20,6 @@ export interface IStorybookStory {
|
|||||||
render: () => any;
|
render: () => any;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @deprecated Use IStorybookSection instead
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
||||||
export interface IStoribookSection extends IStorybookSection {}
|
|
||||||
|
|
||||||
export interface IStorybookSection {
|
export interface IStorybookSection {
|
||||||
kind: string;
|
kind: string;
|
||||||
stories: IStorybookStory[];
|
stories: IStorybookStory[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user