mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:11:23 +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;
|
||||
}
|
||||
|
||||
// @deprecated Use IStorybookSection instead
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
export interface IStoribookSection extends IStorybookSection {}
|
||||
|
||||
export interface IStorybookSection {
|
||||
kind: string;
|
||||
stories: IStorybookStory[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user